isEven property - int class - dart:core library (original) (raw)

description

bool getisEven

Returns true if and only if this integer is even.

Implementation

bool get isEven;