extension property

String extension

获取文件扩展名 例子: .txt

Implementation

String get extension => path.extension(url);