mIs property

  1. @JS('is')
  2. @staticInterop
String mIs

Implementation

@JS('is')
@staticInterop
String get mIs => js_util.getProperty(this, 'is');
void mIs=(String newValue)

Implementation

set mIs(String newValue) {
  js_util.setProperty(this, 'is', newValue);
}