lastIndexOf abstract method

int lastIndexOf(
  1. E element, [
  2. int? start
])

The last index of element in this list.

Implementation

int lastIndexOf(E element, [int? start]);