supported property

bool supported

Implementation

bool get supported => js_util.getProperty(this, 'supported');
void supported=(bool newValue)

Implementation

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