isZero method

bool isZero()

判断是否是否是0

Implementation

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