ext property

String ext

Implementation

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