isUnique property

bool isUnique
final

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;