isClosed property

bool get isClosed

Whether close has been called.

Implementation

// ignore: saropa_lints/prefer_correct_handler_name -- isClosed is a boolean state getter, not an event handler; the rule only matches the "Closed" suffix
bool get isClosed => _isClosed;