isLastIndex method

bool isLastIndex(
  1. int index
)

Returns a true value if index is the last in the list.

Implementation

bool isLastIndex(int index) => fn.isLastIndex<V>(this, index);