Token constructor

const Token(
  1. String id,
  2. String type
)

Implementation

const Token(this.id, this.type);