notNullOrEmpty property

bool get notNullOrEmpty

Implementation

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