isNotNullEmpty property

bool isNotNullEmpty

Implementation

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