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