scope property
Scope?
get
scope
Where to clear the setting (default: regular).
Implementation
Scope? get scope => _wrapped.scope?.let(Scope.fromJS);
set
scope
(Scope? v)
Implementation
set scope(Scope? v) {
_wrapped.scope = v?.toJS;
}