isFalse property

bool get isFalse

Returns true if the current boolean value is false, otherwise false.

Implementation

bool get isFalse => !this;