Flutter
foundation
AbstractNode
parent property
parent
AbstractNode class
Constructors
AbstractNode
Properties
attached
depth
owner
parent
hashCode
runtimeType
Methods
adoptChild
attach
detach
dropChild
redepthChild
redepthChildren
noSuchMethod
toString
Operators
operator ==
parent property
AbstractNode
parent
The parent of this node in the tree.
Implementation
AbstractNode get parent => _parent;