isEven property - int class - dart:core library (original) (raw)
bool getisEven
Returns true if and only if this integer is even.
Implementation
bool get isEven;
bool getisEven
Returns true if and only if this integer is even.
bool get isEven;