displayName property

String get displayName

Implementation

String get displayName {
  return idOrPath.split(RegExp('[\\\\/]')).last;
}