theRef property

  1. @override
MSchemaRef? theRef
override

Property getter and setter for theRef:

Implementation

@override MSchemaRef? get theRef => _theRef;
  1. @override
void theRef=(MSchemaRef? theRef)
override

Implementation

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