fileName property

String get fileName

Implementation

String get fileName {
  return p.basenameWithoutExtension(this.path);
}