isClosed property
bool
get
isClosed
Whether the controller is in the process of closing or is closed.
Implementation
bool get isClosed => _closed;
Whether the controller is in the process of closing or is closed.
bool get isClosed => _closed;