isFirst method
Returns a true value if element is the first in the list.
Implementation
bool isFirst(V element) => fn.isFirst<V>(this, element);
Returns a true value if element is the first in the list.
bool isFirst(V element) => fn.isFirst<V>(this, element);