isClosed property
bool
get
isClosed
Whether the underlying subject is closed.
Implementation
bool get isClosed => _subject.isClosed;
Whether the underlying subject is closed.
bool get isClosed => _subject.isClosed;