name property

String name

Implementation

String get name {
  return this.path.split("/").last;
}