isZero property

bool isZero

Implementation

bool get isZero {
  return value == 0;
}