isSuccess property
bool
get
isSuccess
Returns true if the result contains data.
Implementation
bool get isSuccess => data != null;
Returns true if the result contains data.
bool get isSuccess => data != null;