menu
Dart
dart:core
int
isOdd property
isOdd
brightness_4
brightness_5
description
isOdd
property
bool
isOdd
Returns true if and only if this integer is odd.
Implementation
bool get isOdd;
Dart
dart:core
int
isOdd property
int class