如果數位是偶數,則此屬性返回布林值true。
true
語法
num.isEven
範例
void main() { int posNum = 10; print(posNum.isEven); }
執行上面範例程式碼,得到以下結果: