isSuccessful property

bool isSuccessful

True for successfully processed requests

Implementation

bool get isSuccessful => value >= ok && value < 300 && !isPending;