cursor property
- @JsonKey(fromJson: fromGraphQLRecentChatsCursorToDartRecentChatsCursor, toJson: fromDartRecentChatsCursorToGraphQLRecentChatsCursor)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLRecentChatsCursorToDartRecentChatsCursor,
toJson: fromDartRecentChatsCursorToGraphQLRecentChatsCursor)
late RecentChatsCursor cursor;