isOdd property

bool get isOdd

See int.isOdd

Implementation

bool get isOdd => value.isOdd;