fromDartChatContactVersionNullableToGraphQLChatContactVersionNullable function
Implementation
String? fromDartChatContactVersionNullableToGraphQLChatContactVersionNullable(
ChatContactVersion? v,
) => v?.toString();
String? fromDartChatContactVersionNullableToGraphQLChatContactVersionNullable(
ChatContactVersion? v,
) => v?.toString();