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