scope property
Scope
get
scope
Which Enterprise Key to challenge.
Implementation
Scope get scope => Scope.fromJS(_wrapped.scope);
set
scope
(Scope v)
Implementation
set scope(Scope v) {
_wrapped.scope = v.toJS;
}