isNotBlank property

bool isNotBlank

Whether the list is not empty nor null.

Implementation

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