Information set by parent to define where this child fits in its parent's child list.
Subclasses of Element that only have one child should use null for the slot for that child.
Source
dynamic get slot => _slot;
Information set by parent to define where this child fits in its parent's child list.
Subclasses of Element that only have one child should use null for the slot for that child.
dynamic get slot => _slot;