parent property

Box? get parent

The parent box of this box, or null if this is the root.

Implementation

Box? get parent => _parent;