Returns true if and only if this integer is zero.
true
@override bool get isZero => _h == 0 && _m == 0 && _l == 0;