ref property

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

Reference to a response defined in Components.responses

Implementation

@JsonKey(name: '\$ref')
@_ResponseRefConverter()
String? get ref => throw _privateConstructorUsedError;