success property
bool
get
success
Returns true
if the authentication is a success
Implementation
bool get success => error == null;
Returns true
if the authentication is a success
bool get success => error == null;