FlagFindResult constructor
FlagFindResult(
- int index,
- FlagFindType type,
- Flag matchedFlag
Implementation
FlagFindResult(this.index, this.type, this.matchedFlag);
FlagFindResult(this.index, this.type, this.matchedFlag);