ref property

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

Reference to a response defined in Components.examples

Implementation

String? get externalValue;/// Reference to a response defined in [Components.examples]
@JsonKey(name: '\$ref')@_ExampleRefConverter() String? get ref;