ext property

String get ext

Implementation

String get ext => name.split('.').last.toLowerCase();