ext property
String
get
ext
Implementation
String get ext =>
(path.extension(Uri.tryParse(this.url)!.path)).replaceFirst('.', '');
String get ext =>
(path.extension(Uri.tryParse(this.url)!.path)).replaceFirst('.', '');