isFalse property Null safety
Whether the underlying value is not null and false
Implementation
bool get isFalse => isNotNull && _value == false;
Whether the underlying value is not null and false
bool get isFalse => isNotNull && _value == false;