isClosed property

bool get isClosed

Whether the response has been closed.

Implementation

bool get isClosed => _closed;