scopes property
Array<VariableScope>
get
scopes
Implementation
_i4.Array<_i3.VariableScope> get scopes => _i5.getProperty(
this,
'scopes',
);
set
scopes
(Array<VariableScope> value)
Implementation
set scopes(_i4.Array<_i3.VariableScope> value) {
_i5.setProperty(
this,
'scopes',
value,
);
}