fromGraphQLChatContactVersionNullableToDartChatContactVersionNullable function
- String? v
Implementation
ChatContactVersion?
fromGraphQLChatContactVersionNullableToDartChatContactVersionNullable(
String? v,
) => v == null ? null : ChatContactVersion(v);