BracketCounter constructor
BracketCounter({})
Construct a new instance.
Implementation
BracketCounter({
required this.characters,
required this.startIndex,
required this.openingBracket,
required this.closingBracket,
});