Flag constructor

Flag(
  1. String _key,
  2. VisitorDelegate? _visitorDelegate
)

Implementation

Flag(this._key, this._visitorDelegate);