ext property

String get ext

Implementation

String get ext => isMemory ? 'png' : path.split('.').last;