isUnique property
Indicates whether the index enforces uniqueness on the indexed column(s).
If true
, duplicate values are not allowed in the combination of indexed columns.
Implementation
final bool isUnique;
Indicates whether the index enforces uniqueness on the indexed column(s).
If true
, duplicate values are not allowed in the combination of indexed columns.
final bool isUnique;