shouldCreateUniqueIndex property

bool get shouldCreateUniqueIndex

Whether this field should have a unique index auto-generated for it.

Implementation

bool get shouldCreateUniqueIndex => uniquePerFieldNames != null;