ref property

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

A reference to another Schema Object, typically in the components section.

Implementation

@JsonKey(name: r'$ref') String? get ref;