fromGraphQLRecentChatsCursorToDartRecentChatsCursor function

RecentChatsCursor fromGraphQLRecentChatsCursorToDartRecentChatsCursor(
  1. String v
)

Implementation

RecentChatsCursor fromGraphQLRecentChatsCursorToDartRecentChatsCursor(
  String v,
) => RecentChatsCursor(v);