insert method

void insert(
  1. int index
)

inserts an item at offset index

Implementation

void insert(int index) => _insert.add(index);