isNotZero property

bool isNotZero

Implementation

bool get isNotZero {
  if (this == null) return false;
  return this != 0.0;
}