AuthException constructor

const AuthException(
  1. String message,
  2. AuthAction action
)

Implementation

const AuthException(this.message, this.action);