menu
messenger
api/backend/graphql/parsers/session.dart
fromDartSessionIdNullableToGraphQLSessionIdNullable function
fromDartSessionIdNullableToGraphQLSessionIdNullable
dark_mode
light_mode
fromDartSessionIdNullableToGraphQLSessionIdNullable
function
String
?
fromDartSessionIdNullableToGraphQLSessionIdNullable
(
SessionId
?
v
)
Implementation
String? fromDartSessionIdNullableToGraphQLSessionIdNullable(SessionId? v) => v?.toString();
messenger
session
fromDartSessionIdNullableToGraphQLSessionIdNullable function
session library