removeAt method

T removeAt(
  1. int i
)

Implementation

T removeAt(int i) {
  return _childrenList.removeAt(i);
}