cursor property
- @JsonKey(fromJson: fromGraphQLChatItemsCursorToDartChatItemsCursor, toJson: fromDartChatItemsCursorToGraphQLChatItemsCursor)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLChatItemsCursorToDartChatItemsCursor,
toJson: fromDartChatItemsCursorToGraphQLChatItemsCursor)
late ChatItemsCursor cursor;