indexOf method

int indexOf(
  1. T item
)

Implementation

int indexOf(T item) => value.indexOf(item);