firstChild property

TreeLayoutNode get firstChild
inherited

Implementation

T get firstChild {
  return childAt(0);
}