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