isClosed property

bool isClosed

Whether close has been called.

Implementation

bool get isClosed => _closeFuture != null;