InfiniteListEvent<T, State>.removeAt constructor

InfiniteListEvent<T, State>.removeAt(
  1. int idx
)

Implementation

factory InfiniteListEvent.removeAt(int idx) = InfiniteListRemoveAtEvent;