FlagCollection constructor
FlagCollection(
- VisitorDelegate _visitorDelegate,
- Map<
String, Flag> _flags
Implementation
FlagCollection(this._visitorDelegate, this._flags);