isClosed property

bool isClosed

Whether this file system is closing or closed.

To await a full close operation, call and await close.

Implementation

bool get isClosed => _isClosing || _asynchronous._isClosed;