ref property

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

Reference to a response defined in Components.pathItems

Implementation

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