isNotNullOrEmpty property
bool
get
isNotNullOrEmpty
Checks if the list is not null and not empty.
Implementation
bool get isNotNullOrEmpty => !isNullOrEmpty;
Checks if the list is not null and not empty.
bool get isNotNullOrEmpty => !isNullOrEmpty;