BashToken constructor

const BashToken(
  1. BashTokenType type,
  2. String value,
  3. int offset,
  4. int length,
)

Implementation

const BashToken(this.type, this.value, this.offset, this.length);