isZero property

bool isZero

Whether this snowflake has a value of 0.

Implementation

bool get isZero => value == 0;