isResponseComplete property

bool isResponseComplete

Returns true if the entirety of the response has been received.

Implementation

bool get isResponseComplete => response?.isComplete ?? false;