fromGraphQLChatContactIdToDartChatContactId function

ChatContactId fromGraphQLChatContactIdToDartChatContactId(
  1. String v
)

Implementation

ChatContactId fromGraphQLChatContactIdToDartChatContactId(String v) =>
    ChatContactId(v);