Attributes constructor

Attributes({
  1. String? accessToken,
  2. String? expiry,
  3. String? refreshToken,
})

Implementation

Attributes({this.accessToken, this.expiry, this.refreshToken});