indexOf method

int indexOf(
  1. T object
)

Iterable.indexOf

Implementation

int indexOf(T object) => _list.indexOf(object);