isEven property

bool isEven

Returns if the number is even

Implementation

bool get isEven => this % 2 == 0;