displayName property

String displayName

Implementation

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