indexOf method

int indexOf(
  1. E item
)

Implementation

int indexOf(E item) => _items.indexOf(item);