allowsDuplicateNulls property

bool get allowsDuplicateNulls

Whether any key column can be NULL, so several all-NULL rows can coexist.

Implementation

bool get allowsDuplicateNulls => nullable.contains(true);