isNullOrNotEmpty property

bool get isNullOrNotEmpty

Implementation

bool get isNullOrNotEmpty => this?.isNotEmpty ?? true;