scope property

Scope? get scope

Implementation

Scope? get scope => _$this._scope;
set scope (Scope? scope)

Implementation

set scope(Scope? scope) => _$this._scope = scope;