ref property

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

Reference to a response defined in Components.requestBodies

Implementation

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