orFalse property
bool
get
orFalse
Returns the boolean if it's not null, otherwise it returns false.
Implementation
bool get orFalse => or();
Returns the boolean if it's not null, otherwise it returns false.
bool get orFalse => or();