Bracket constructor

Bracket(
  1. BracketType bracketType,
  2. String start,
  3. String end
)

Implementation

Bracket(this.bracketType, this.start, this.end);