isFirst property

bool get isFirst

Whether this is the first item in the list.

Implementation

bool get isFirst => index == 0;