isEqualZero property

bool get isEqualZero

ZeroChecker extension to show if this num is zero or not

Implementation

bool get isEqualZero{
  return this == 0;
}