fromDartChatContactIdToGraphQLChatContactId function

String fromDartChatContactIdToGraphQLChatContactId(
  1. ChatContactId v
)

Implementation

String fromDartChatContactIdToGraphQLChatContactId(ChatContactId v) => v.val;