isClosed property

bool get isClosed

Whether close has been called.

Implementation

bool get isClosed => _closeFuture != null;