ext property

String ext

Implementation

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