lookupKey property
String
get
lookupKey
Returns the lookup key for this config (schema.table.column)
Implementation
String get lookupKey => '$schema.$tableName.$columnName';
Returns the lookup key for this config (schema.table.column)
String get lookupKey => '$schema.$tableName.$columnName';