mIs property
Implementation
@JS('is')
@staticInterop
String get mIs => js_util.getProperty(this, 'is');
set
mIs
(String newValue)
Implementation
set mIs(String newValue) {
js_util.setProperty(this, 'is', newValue);
}