Returns if the number is odd.
See:
@override Future<bool> isOdd(num value) => _askBinaryChoiceQuestion('Is $value an odd number?');