childrenMap property Null safety

Map<String, GroupMixin> childrenMap
final

A mapping of child names to children.

Used for easier lookup of children based on both name and aliases.

Implementation

final Map<String, GroupMixin> childrenMap = {};