abstractBlocListCount property

int get abstractBlocListCount

Returns the count of elements in the list, or 0 if the list is null.

Implementation

int get abstractBlocListCount => this?.length ?? 0;