isCompleted property

bool get isCompleted

Returns true if the request/response cycle is complete.

Implementation

bool get isCompleted => _completer.isCompleted;