mschema property

  1. @override
IMSchemaDefinition? mschema
override

Property getter and setter for mschema:

Implementation

@override
IMSchemaDefinition? get mschema => _mschema;
  1. @override
void mschema=(IMSchemaDefinition? mschema)
override

Implementation

@override
set mschema(IMSchemaDefinition? mschema) {
  this._mschema = mschema;
  wrapped['mschema'] = jsonLiteral(mschema);
}