cursor property

  1. @JsonKey(fromJson: fromGraphQLFavoriteChatsCursorToDartFavoriteChatsCursor, toJson: fromDartFavoriteChatsCursorToGraphQLFavoriteChatsCursor)
FavoriteChatsCursor cursor
getter/setter pair

Implementation

@JsonKey(
    fromJson: fromGraphQLFavoriteChatsCursorToDartFavoriteChatsCursor,
    toJson: fromDartFavoriteChatsCursorToGraphQLFavoriteChatsCursor)
late FavoriteChatsCursor cursor;