isFalse property Null safety

bool isFalse

Whether the underlying value is not null and false

Implementation

bool get isFalse => isNotNull && _value == false;