isOdd method

bool isOdd()

Implementation

bool isOdd() => index % 2 == 1;