Environment constructor
Environment([
- Environment? _owner
Constructor for the nested environment.
Implementation
Environment([this._owner]) : _bindings = {};
Constructor for the nested environment.
Environment([this._owner]) : _bindings = {};