isValid property

bool get isValid

Implementation

bool get isValid => (isOk || created) && bodyBytes.isNotEmpty;