isClosed property

bool get isClosed

Whether the controller is in the process of closing or is closed.

Implementation

bool get isClosed => _closed;