indexOf method

  1. @protected
int indexOf(
  1. D data
)

Implementation

@protected
int indexOf(D data) => _dataList.indexOf(data);