supported property
bool
get
supported
Implementation
bool get supported => js_util.getProperty(this, 'supported');
set
supported
(bool newValue)
Implementation
set supported(bool newValue) {
js_util.setProperty(this, 'supported', newValue);
}