shouldBeZero method

void shouldBeZero()

Asserts that the value is zero.

Implementation

void shouldBeZero() => expect(this, isZero);