fromGraphQLChatItemVersionToDartChatItemVersion function

ChatItemVersion fromGraphQLChatItemVersionToDartChatItemVersion(
  1. String v
)

Implementation

ChatItemVersion fromGraphQLChatItemVersionToDartChatItemVersion(String v) =>
    ChatItemVersion(v);