parent property
Current parent of this node. May be null if this node is not mounted.
Implementation
@override
Line? get parent => super.parent as Line?;
Current parent of this node. May be null if this node is not mounted.
Implementation
Container? parent;