name property

String name

Implementation

String get name {
  return split(this.absolute.path).where((e) => e != '.' && e != '..').last;
}