isClosed property

bool get isClosed

Whether the underlying subject is closed.

Implementation

bool get isClosed => _subject.isClosed;