cursor property
- @JsonKey(fromJson: fromGraphQLFavoriteChatContactsCursorToDartFavoriteChatContactsCursor, toJson: fromDartFavoriteChatContactsCursorToGraphQLFavoriteChatContactsCursor)
getter/setter pair
Implementation
@JsonKey(
fromJson:
fromGraphQLFavoriteChatContactsCursorToDartFavoriteChatContactsCursor,
toJson:
fromDartFavoriteChatContactsCursorToGraphQLFavoriteChatContactsCursor,
)
late FavoriteChatContactsCursor cursor;