isEven property

bool get isEven

检查是否为偶数

Implementation

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