firstChild property

BinaryNode get firstChild
inherited

Implementation

T get firstChild {
  return childAt(0);
}