cursor property

  1. @JsonKey(fromJson: fromGraphQLOperationsCursorToDartOperationsCursor, toJson: fromDartOperationsCursorToGraphQLOperationsCursor)
OperationsCursor cursor
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLOperationsCursorToDartOperationsCursor,
  toJson: fromDartOperationsCursorToGraphQLOperationsCursor,
)
late OperationsCursor cursor;