fromDartChatContactVersionNullableToGraphQLChatContactVersionNullable function

String? fromDartChatContactVersionNullableToGraphQLChatContactVersionNullable(
  1. ChatContactVersion? v
)

Implementation

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