toBool property

bool get toBool

Implementation

bool get toBool {
  return this == 0 ? false : true;
}