aliasedName property
String
get
aliasedName
The name of the alias that this join will use
Implementation
String get aliasedName {
return referencedColumn.tableName;
}
The name of the alias that this join will use
String get aliasedName {
return referencedColumn.tableName;
}