fromDartSessionVersionNullableToGraphQLSessionVersionNullable function
Implementation
String? fromDartSessionVersionNullableToGraphQLSessionVersionNullable(
SessionVersion? v,
) => v?.toString();
String? fromDartSessionVersionNullableToGraphQLSessionVersionNullable(
SessionVersion? v,
) => v?.toString();