mDefault property
Implementation
@JS('default')
@staticInterop
bool get mDefault => js_util.getProperty(this, 'default');
set
mDefault
(bool newValue)
Implementation
set mDefault(bool newValue) {
js_util.setProperty(this, 'default', newValue);
}