isZero property
bool
get
isZero
Implementation
bool get isZero {
return NumUtil.isZero(NumUtil.getDoubleByValueStr(this));
}
bool get isZero {
return NumUtil.isZero(NumUtil.getDoubleByValueStr(this));
}