isClosed property Null safety
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;