isZero property

bool get isZero

Implementation

bool get isZero {
  if (this == 0.0) return true;
  return false;
}