isFalse property
bool
get
isFalse
Returns true if the current boolean value is false, otherwise false.
Implementation
bool get isFalse => !this;
Returns true if the current boolean value is false, otherwise false.
bool get isFalse => !this;