listVer property
- @JsonKey(fromJson: fromGraphQLOperationVersionToDartOperationVersion, toJson: fromDartOperationVersionToGraphQLOperationVersion)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLOperationVersionToDartOperationVersion,
toJson: fromDartOperationVersionToGraphQLOperationVersion,
)
late OperationVersion listVer;