isClosed property
bool
get
isClosed
Whether the group is closed, meaning that no more futures may be added.
Implementation
bool get isClosed => _closed;
Whether the group is closed, meaning that no more futures may be added.
bool get isClosed => _closed;