Scope constructor

Scope(
  1. List<Module> _modules,
  2. String _scopeId,
  3. String _scopeName,
  4. void _closeSelfFunc(
    1. String scopeId
    )
)

Implementation

Scope(this._modules, this._scopeId, this._scopeName, this._closeSelfFunc);