isResponseComplete property Null safety
Returns true
if the entirety of the response has been received.
Implementation
bool get isResponseComplete => response?.isComplete ?? false;
Returns true
if the entirety of the response has been received.
bool get isResponseComplete => response?.isComplete ?? false;