orTrue property

bool get orTrue

Returns true when value is null.

Implementation

bool get orTrue => this ?? true;