AccessToken constructor
AccessToken(
- String? token
Constructor to initialize the AccessToken with the provided token
.
Implementation
AccessToken(this.token);
Constructor to initialize the AccessToken with the provided token
.
AccessToken(this.token);