intToBool property

bool intToBool

Implementation

bool get intToBool => this == 0 ? false : true;