toBool property

bool get toBool

Implementation

bool get toBool {
  return this == BigInt.zero ? false : true;
}