isFalse property

bool get isFalse

Checks if the boolean value is false.

Implementation

bool get isFalse => this != null && !this!;