AuthException constructor

const AuthException(
  1. int code,
  2. String message
)

Implementation

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