isOdd property Null safety

bool isOdd

Returns true if the int value is odd

Implementation

bool get isOdd => _value.isOdd;