FlagCollection constructor

FlagCollection(
  1. VisitorDelegate _visitorDelegate,
  2. Map<String, Flag> _flags
)

Implementation

FlagCollection(this._visitorDelegate, this._flags);