isUnique property
bool
get
isUnique
Whether the field declares @unique.
Implementation
bool get isUnique => attribute('unique') != null;
Whether the field declares @unique.
bool get isUnique => attribute('unique') != null;