isNotTrue property

bool get isNotTrue

Checks if the boolean value is not true.

Implementation

bool get isNotTrue => this == null || !this!;