cursor property
- @JsonKey(fromJson: fromGraphQLFavoriteChatsCursorToDartFavoriteChatsCursor, toJson: fromDartFavoriteChatsCursorToGraphQLFavoriteChatsCursor)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLFavoriteChatsCursorToDartFavoriteChatsCursor,
toJson: fromDartFavoriteChatsCursorToGraphQLFavoriteChatsCursor,
)
late FavoriteChatsCursor cursor;