getExtendedDisplayName abstract method
Return a display name for the given element that includes the path to the
compilation unit in which the type is defined. If shortName
is null
then displayName will be used as the name of this element. Otherwise
the provided name will be used.
Implementation
// TODO(brianwilkerson) Make the parameter optional.
String getExtendedDisplayName(String? shortName);