Token constructor

const Token(
  1. String token
)

Instantiates a new Token

Implementation

const Token(this.token);