firstChild property

TreeMapNode get firstChild
inherited

Implementation

T get firstChild {
  return childAt(0);
}