Auth0Exception constructor

const Auth0Exception(
  1. String code,
  2. String message,
  3. Map<String, dynamic> details
)

Implementation

const Auth0Exception(this.code, this.message, this.details);