isClosed property

bool get isClosed

Tracks whether dispose has been called.

Implementation

bool get isClosed => _isClosed;