fromDartChatItemIdNullableToGraphQLChatItemIdNullable function
- ChatItemId? v
Implementation
String? fromDartChatItemIdNullableToGraphQLChatItemIdNullable(ChatItemId? v) =>
v?.val;
String? fromDartChatItemIdNullableToGraphQLChatItemIdNullable(ChatItemId? v) =>
v?.val;