uniqueColumnSet property
The names of a set of columns that must be unique for each row in this table.
Are sorted alphabetically. Not modifiable.
Implementation
List<String>? get uniqueColumnSet =>
_uniqueColumnSet != null ? List.unmodifiable(_uniqueColumnSet!) : null;