isFalse property Null safety

bool isFalse

Whether the underlying value is false

Implementation

bool get isFalse => !_value;