isZero method

bool isZero()

check zero

Implementation

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