abstractBlocListIsNullOrEmpty property
bool
get
abstractBlocListIsNullOrEmpty
Checks if the list is null or empty.
Implementation
bool get abstractBlocListIsNullOrEmpty => this == null || this!.isEmpty;
Checks if the list is null or empty.
bool get abstractBlocListIsNullOrEmpty => this == null || this!.isEmpty;