isNotNullEmpty property

bool get isNotNullEmpty

Implementation

bool get isNotNullEmpty => this != null && this!.isNotEmpty;