instance property

Instance instance

Implementation

Instance get instance => js_util.getProperty(this, 'instance');
void instance=(Instance newValue)

Implementation

set instance(Instance newValue) {
  js_util.setProperty(this, 'instance', newValue);
}