isClosed property

bool isClosed

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

Implementation

bool get isClosed => _closed;