fromGraphQLChatItemsCursorToDartChatItemsCursor function

ChatItemsCursor fromGraphQLChatItemsCursorToDartChatItemsCursor(
  1. String v
)

Implementation

ChatItemsCursor fromGraphQLChatItemsCursorToDartChatItemsCursor(String v) =>
    ChatItemsCursor(v);