isFirstIndex method

bool isFirstIndex(
  1. int index
)

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

Implementation

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