lastChild property

T get lastChild

Implementation

T get lastChild {
  return childAt(_childrenList.length - 1);
}