dbName property

String get dbName

Implementation

String get dbName =>
    tableAlias != null ? '$tableAlias."$originalName"' : '"$originalName"';