isNotBlank property
bool
get
isNotBlank
Whether the list is not empty nor null.
Implementation
bool get isNotBlank => this != null && this!.isNotEmpty;
Whether the list is not empty nor null.
bool get isNotBlank => this != null && this!.isNotEmpty;