cursor property
- @JsonKey(fromJson: fromGraphQLOperationsCursorToDartOperationsCursor, toJson: fromDartOperationsCursorToGraphQLOperationsCursor)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLOperationsCursorToDartOperationsCursor,
toJson: fromDartOperationsCursorToGraphQLOperationsCursor,
)
late OperationsCursor cursor;