Token constructor

Token(
  1. String value,
  2. dynamic type,
  3. bool isClassContext
)

Implementation

Token(this.value, this.type, this.isClassContext);