listVer property

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

Implementation

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