ref property

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

Reference to a response defined in Components.responses

Implementation

Map<String, Link>? get links;/// Reference to a response defined in [Components.responses]
@JsonKey(name: '\$ref')@_ResponseRefConverter() String? get ref;