isEven property

bool get isEven

Returns true if the value is even.

Implementation

bool get isEven => _value.isEven;