isZero method

bool isZero()

Implementation

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