isEven property

bool get isEven

Whether this item is at an even index.

Implementation

bool get isEven => index % 2 == 0;