shortName property

  1. @override
String get shortName
override

Return a short version of the name that can be displayed to the user to denote this source. For example, for a source representing a file this would typically be the name of the file.

@return a name that can be displayed to the user to denote this source

Implementation

@override
String get shortName => file.shortName;