filename property

String get filename

Implementation

String get filename {
  return path.basename(file.path);
}