fromDartRecentChatsCursorToGraphQLRecentChatsCursor function

String fromDartRecentChatsCursorToGraphQLRecentChatsCursor(
  1. RecentChatsCursor v
)

Implementation

String fromDartRecentChatsCursorToGraphQLRecentChatsCursor(
  RecentChatsCursor v,
) => v.val;