cursor property

  1. @JsonKey(fromJson: fromGraphQLChatItemsCursorToDartChatItemsCursor, toJson: fromDartChatItemsCursorToGraphQLChatItemsCursor)
ChatItemsCursor cursor
getter/setter pair

Implementation

@JsonKey(
    fromJson: fromGraphQLChatItemsCursorToDartChatItemsCursor,
    toJson: fromDartChatItemsCursorToGraphQLChatItemsCursor)
late ChatItemsCursor cursor;