theRef property

  1. @override
MSchemaRef? get theRef
override

Property getter and setter for theRef:

Implementation

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

Implementation

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