isZero method

bool isZero()

check is zero

Implementation

bool isZero() => c0.isZero() && c1.isZero();