ref property

  1. @override
MSchemaRef? ref
override

Property getter and setter for ref:

Implementation

@override
MSchemaRef? get ref => _ref;
  1. @override
void ref=(MSchemaRef? ref)
override

Implementation

@override
set ref(MSchemaRef? ref) {
  this._ref = ref;
  wrapped['ref'] = jsonLiteral(ref);
}