isClosed property

bool get isClosed

Whether the group is closed, meaning that no more streams may be added.

Implementation

bool get isClosed => _closed;