FlagFindResult constructor

FlagFindResult(
  1. int index,
  2. FlagFindType type,
  3. Flag matchedFlag
)

Implementation

FlagFindResult(this.index, this.type, this.matchedFlag);