Parse constructor

const Parse(
  1. String? pattern,
  2. Token? token, [
  3. List<String>? newStates
])

Implementation

const Parse(
  this.pattern,
  this.token, [
  this.newStates,
]);