isEmptyOrNull property

bool isEmptyOrNull

true if this is null, or empty

Implementation

bool get isEmptyOrNull => this == null || this!.isEmpty;