orFalse property

bool get orFalse

Returns the value or false if null.

Implementation

bool get orFalse => this ?? false;