AuthResult<T>.failure constructor

const AuthResult<T>.failure(
  1. AuthException? error
)

Implementation

const AuthResult.failure(this.error) : data = null;