removeLast method

T removeLast()

Implementation

T removeLast() {
  return removeAt(_childrenList.length - 1);
}