AuthException constructor

const AuthException(
  1. String msg, [
  2. String? code
])

Implementation

const AuthException(this.msg, [this.code]);