isEven method

bool isEven()

Implementation

bool isEven() => index % 2 == 0;