shouldNotBeZero method

void shouldNotBeZero()

Asserts that the value is not zero.

Implementation

void shouldNotBeZero() => expect(this, isNonZero);