fromDartSessionVersionNullableToGraphQLSessionVersionNullable function

String? fromDartSessionVersionNullableToGraphQLSessionVersionNullable(
  1. SessionVersion? v
)

Implementation

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