unique property Null safety
inherited
unique is a flag that indicates if the Field must be unique.
Implementation
bool get unique => throw _privateConstructorUsedError;
unique is a flag that indicates if the Field must be unique.
bool get unique => throw _privateConstructorUsedError;