isUnique property

bool get isUnique

Whether the field declares @unique.

Implementation

bool get isUnique => attribute('unique') != null;