allow property

String allow

Implementation

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

Implementation

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