extension property

String get extension

Get file extension

Implementation

String get extension => file.path.split('.').last.toLowerCase();