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