nullsDistinct property

bool? nullsDistinct
final

Whether null values should be considered distinct in this unique index.

A null value uses the database default behavior.

Implementation

final bool? nullsDistinct;