ref property

  1. @JsonKey.new(name: r'$ref')
String? get ref
inherited

The reference to the header value

Implementation

Schema? get schema;/// The reference to the header value
@JsonKey(name: r'$ref') String? get ref;