scope property

String get scope

Implementation

String get scope {
  return $$context$$["scope"];
}
set scope (String value)

Implementation

set scope(String value) {
  $$context$$["scope"] = value;
}