functions/arrays/findLastIndex library

Functions

findLastIndex(List list, dynamic element) int
This method finds the item in the list from right / last using dart's List.indexOf() method Example