TokenModel constructor

TokenModel({
  1. String? accessToken,
  2. int? expiresIn,
  3. String? tokenType,
  4. String? scope,
  5. String? error,
})

Implementation

TokenModel({this.accessToken, this.expiresIn, this.tokenType, this.scope, this.error});