isFalse property
bool
get
isFalse
Checks if the current value of this boolean is false
Implementation
bool get isFalse => this == false;
Checks if the current value of this boolean is false
bool get isFalse => this == false;