children property Null safety

Iterable<GroupMixin> children

An iterable of all this groups children.

Each child is only present once, and in no particular order.

Implementation

Iterable<GroupMixin> get children => Set.of(childrenMap.values);