menu
messenger
api/backend/graphql/parsers/chat.dart
fromGraphQLChatIdNullableToDartChatIdNullable function
fromGraphQLChatIdNullableToDartChatIdNullable
dark_mode
light_mode
fromGraphQLChatIdNullableToDartChatIdNullable
function
ChatId
?
fromGraphQLChatIdNullableToDartChatIdNullable
(
String
?
v
)
Implementation
ChatId? fromGraphQLChatIdNullableToDartChatIdNullable(String? v) => v == null ? null : ChatId(v);
messenger
chat
fromGraphQLChatIdNullableToDartChatIdNullable function
chat library