isEvenNumber method

bool isEvenNumber()

Implementation

bool isEvenNumber() => this % 2 == 0;