AuthorizationError constructor

const AuthorizationError(
  1. String error,
  2. String errorDescription
)

Implementation

const AuthorizationError(this.error, this.errorDescription);