aliasedName property

String aliasedName

The (potentially aliased) name of this table or view.

If no alias is active, this is the same as entityName.

Implementation

String get aliasedName => entityName;