isFalse property

bool isFalse

Checks if value is 'false' or 'null'.

Implementation

bool get isFalse => value != true;