ref property

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

Reference to a response defined in Components.examples

Implementation

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