support property

String support

Implementation

String get support => js_util.getProperty(this, 'support');
void support=(String newValue)

Implementation

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