hasANotNullElement property

bool hasANotNullElement

Implementation

bool get hasANotNullElement => any((element) => element != null);