UnprocessedToken constructor

const UnprocessedToken(
  1. int pos,
  2. Object token,
  3. String match, [
  4. String stateName = '',
  5. bool debuggable = false,
])

Implementation

const UnprocessedToken(
  this.pos,
  this.token,
  this.match, [
  this.stateName = '',
  this.debuggable = false,
]);