getExt property

String get getExt

Implementation

String get getExt {
  return path.split(Platform.pathSeparator).last;
}