$ref property

String? get $ref

A reference to another schema.

This allows for the re-use of schemas. The value is a URI-reference that resolves to a schema.

Implementation

String? get $ref => _value[kRef] as String?;