lastChild property

TreeMapNode get lastChild
inherited

Implementation

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