isFalse property

bool get isFalse

Checks if the current value of this boolean is false

Implementation

bool get isFalse => this == false;