AuthResult<T>.failure constructor
const
AuthResult<T>.failure (
- AuthException? error
Implementation
const AuthResult.failure(this.error) : data = null;
const AuthResult.failure(this.error) : data = null;