mExtends property

  1. @JS('extends')
  2. @staticInterop
String mExtends

Implementation

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

Implementation

set mExtends(String newValue) {
  js_util.setProperty(this, 'extends', newValue);
}