aliasedName property

String get aliasedName

The name of the alias that this join will use

Implementation

String get aliasedName {
  return referencedColumn.tableName;
}