fileName property

String get fileName

文件名,包括后缀

Implementation

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