isSuccessful property
bool
get
isSuccessful
Returns true if the response is successful, and false otherwise.
Implementation
bool get isSuccessful {
return code == 0;
}
Returns true if the response is successful, and false otherwise.
bool get isSuccessful {
return code == 0;
}