addItem abstract method

void addItem({
  1. I? item,
  2. int? pos,
})

Implementation

void addItem({I? item, int? pos});