hasError property
bool
get
hasError
Returns true if the last authentication operation resulted in an error
Implementation
bool get hasError => this is AuthenticationErrorState;
Returns true if the last authentication operation resulted in an error
bool get hasError => this is AuthenticationErrorState;