hasNull property

bool get hasNull

Implementation

bool get hasNull => values.any((v) => v == null);