isEven property

bool get isEven

Implementation

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