isOddNumber method

bool isOddNumber()

Implementation

bool isOddNumber() => this % 2 != 0;