fromDartChatItemsCursorToGraphQLChatItemsCursor function

String fromDartChatItemsCursorToGraphQLChatItemsCursor(
  1. ChatItemsCursor v
)

Implementation

String fromDartChatItemsCursorToGraphQLChatItemsCursor(ChatItemsCursor v) =>
    v.val;