isNotEmptyOrNull property

bool isNotEmptyOrNull

Return true if the string this is not null or empty

Implementation

bool get isNotEmptyOrNull => this?.isNotEmpty ?? false;