ver property

  1. @JsonKey(fromJson: fromGraphQLOperationVersionToDartOperationVersion, toJson: fromDartOperationVersionToGraphQLOperationVersion)
OperationVersion ver
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLOperationVersionToDartOperationVersion,
  toJson: fromDartOperationVersionToGraphQLOperationVersion,
)
late OperationVersion ver;