aliasedName property

  1. @override
String aliasedName
override

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

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

Implementation

@override
String get aliasedName => entityName;