name property

String get name

文件名

Implementation

String get name {
  return path.substring(path.lastIndexOf('/') + 1);
}