firstChild property

T get firstChild

Implementation

T get firstChild {
  return childAt(0);
}