filename property

String filename

获取文件名字,不带扩展

Implementation

String get filename => path.basenameWithoutExtension(url);