isOdd property

bool get isOdd

Implementation

bool get isOdd => this % 2 != 0;