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';