mDefault property

  1. @JS('default')
  2. @staticInterop
bool mDefault

Implementation

@JS('default')
@staticInterop
bool get mDefault => js_util.getProperty(this, 'default');
void mDefault=(bool newValue)

Implementation

set mDefault(bool newValue) {
  js_util.setProperty(this, 'default', newValue);
}