ref property

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

Reference to a response defined in Components.pathItems

Implementation

List<Parameter>? get parameters;/// Reference to a response defined in [Components.pathItems]
@JsonKey(name: '\$ref')@_PathRefConverter() String? get ref;