isNotNullOrEmpty property

bool isNotNullOrEmpty

Implementation

bool get isNotNullOrEmpty => this != null && (this?.isNotEmpty ?? false);