fromDartSessionIdNullableToGraphQLSessionIdNullable function

String? fromDartSessionIdNullableToGraphQLSessionIdNullable(
  1. SessionId? v
)

Implementation

String? fromDartSessionIdNullableToGraphQLSessionIdNullable(SessionId? v) =>
    v?.toString();