isSuccessful property

bool get isSuccessful

Check if response is successful

Implementation

bool get isSuccessful => status == 0;