ver property
- @JsonKey(fromJson: fromGraphQLSessionVersionToDartSessionVersion, toJson: fromDartSessionVersionToGraphQLSessionVersion)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLSessionVersionToDartSessionVersion,
toJson: fromDartSessionVersionToGraphQLSessionVersion)
late SessionVersion ver;