uniqueKey property
String
get
uniqueKey
A unique key for this table, combining schema and original name.
Example: public.user_profiles
.
Implementation
String get uniqueKey => '$schema.$originalName';
A unique key for this table, combining schema and original name.
Example: public.user_profiles
.
String get uniqueKey => '$schema.$originalName';