success property
bool
get
success
Indicates whether the request attempt is a success
Implementation
bool get success => error == null;
Indicates whether the request attempt is a success
bool get success => error == null;