before property

  1. @JsonKey(fromJson: fromGraphQLOperationsCursorNullableToDartOperationsCursorNullable, toJson: fromDartOperationsCursorNullableToGraphQLOperationsCursorNullable)
OperationsCursor? before
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLOperationsCursorNullableToDartOperationsCursorNullable,
  toJson: fromDartOperationsCursorNullableToGraphQLOperationsCursorNullable,
)
OperationsCursor? before;