containsNull property

bool get containsNull

Returns true if any element is null

Implementation

bool get containsNull => any((e) => e == null);