ver property

  1. @JsonKey(fromJson: fromGraphQLSessionVersionToDartSessionVersion, toJson: fromDartSessionVersionToGraphQLSessionVersion)
SessionVersion ver
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLSessionVersionToDartSessionVersion,
  toJson: fromDartSessionVersionToGraphQLSessionVersion,
)
late SessionVersion ver;