ver property

  1. @JsonKey(fromJson: fromGraphQLDirectLinkVersionNullableToDartDirectLinkVersionNullable, toJson: fromDartDirectLinkVersionNullableToGraphQLDirectLinkVersionNullable)
DirectLinkVersion? ver
final

Implementation

@JsonKey(
  fromJson:
      fromGraphQLDirectLinkVersionNullableToDartDirectLinkVersionNullable,
  toJson: fromDartDirectLinkVersionNullableToGraphQLDirectLinkVersionNullable,
)
final DirectLinkVersion? ver;