fromDartChatIdNullableToGraphQLChatIdNullable function

String? fromDartChatIdNullableToGraphQLChatIdNullable(
  1. ChatId? v
)

Implementation

String? fromDartChatIdNullableToGraphQLChatIdNullable(ChatId? v) => v?.val;