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