removeAt method

void removeAt(
  1. int index
)

Removes field at the specified position.

Implementation

void removeAt(int index) {
  _helper._doRemoveAt(index);
}