cursor property

  1. @JsonKey(fromJson: fromGraphQLFavoriteChatContactsCursorToDartFavoriteChatContactsCursor, toJson: fromDartFavoriteChatContactsCursorToGraphQLFavoriteChatContactsCursor)
FavoriteChatContactsCursor cursor
getter/setter pair

Implementation

@JsonKey(
    fromJson:
        fromGraphQLFavoriteChatContactsCursorToDartFavoriteChatContactsCursor,
    toJson:
        fromDartFavoriteChatContactsCursorToGraphQLFavoriteChatContactsCursor)
late FavoriteChatContactsCursor cursor;