kisZero method

bool kisZero()

判断是否是否是0

Implementation

bool kisZero() => this == null || this == 0.0;