isNullEmptyOrFalse property

bool get isNullEmptyOrFalse

Implementation

bool get isNullEmptyOrFalse => this == null || this == '' || !(this as bool);