shouldBeNegative method

void shouldBeNegative()

Asserts that the value is less than zero.

Implementation

void shouldBeNegative() => expect(this, isNegative);