getExtendedDisplayName2 abstract method

String getExtendedDisplayName2({
  1. String? shortName,
})

Returns 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

String getExtendedDisplayName2({String? shortName});