BashToken constructor
const
BashToken(
- BashTokenType type,
- String value,
- int offset,
- int length,
Implementation
const BashToken(this.type, this.value, this.offset, this.length);