isSuccess property
bool
get
isSuccess
Whether this response indicates success.
Implementation
bool get isSuccess => error == null;
Whether this response indicates success.
bool get isSuccess => error == null;