isNotTrue method

bool isNotTrue()

Checks if the boolean value is not true.

Implementation

bool isNotTrue() => !this;