AuthResponse constructor

AuthResponse(
  1. String authCode,
  2. String error,
  3. String state
)

Implementation

AuthResponse(this.authCode, this.error, this.state);