BracketsNotClosedException constructor

const BracketsNotClosedException(
  1. String type,
  2. int startPosition,
  3. int position
)

Creates a new Brackets Not Closed Exception

Implementation

const BracketsNotClosedException(
  this.type,
  this.startPosition,
  this.position,
);