fromGraphQLSessionsListVersionNullableToDartSessionsListVersionNullable function
- String? v
Implementation
SessionsListVersion?
fromGraphQLSessionsListVersionNullableToDartSessionsListVersionNullable(
String? v,
) => v == null ? null : SessionsListVersion(v);