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