scope property

String scope

Implementation

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

Implementation

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