abstractBlocListIsNullOrEmpty property

bool get abstractBlocListIsNullOrEmpty

Checks if the list is null or empty.

Implementation

bool get abstractBlocListIsNullOrEmpty => this == null || this!.isEmpty;