qualifiedName property

String qualifiedName

The String representation of the corresponding table and field name 'tableName.fieldName'

Implementation

String get qualifiedName => "$_tableName.$_fieldName";