isNotTrue method

bool isNotTrue()

Checks if the boolean value is not true.

Implementation

bool isNotTrue() => validate().isNotTrue();