ref property

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

The reference to the response schema.

Implementation

Map<String, Header>? get headers;/// The reference to the response schema.
@JsonKey(name: r'$ref') String? get ref;