empire
empire_property
EmpireIntProperty
isOdd property
isOdd
isOdd
property
Null safety
bool
isOdd
Returns true if the int value is odd
Implementation
bool get isOdd => _value.isOdd;
empire
empire_property
EmpireIntProperty
isOdd property
EmpireIntProperty class
Constructors
EmpireIntProperty
Properties
hashCode
isEven
isNegative
isNotNull
isNull
isOdd
originalValue
propertyName
runtimeType
value
Methods
abs
call
equals
noSuchMethod
reset
set
setOriginalValueToCurrent
toDouble
toString
Operators
operator %
operator *
operator +
operator -
operator /
operator ==