removeAt method

T removeAt(
  1. int index
)

Implementation

T removeAt(int index) => mutate((it) => it.removeAt(index));