getExt property

String get getExt

Implementation

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