ref property

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

Reference to a schema definition

Implementation

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