getExt property

String get getExt

Implementation

String get getExt {
  return path.split('/').last;
}