AccessToken constructor

AccessToken({
  1. String? type,
  2. String? token,
})

Implementation

AccessToken({this.type, this.token});