getExt property

String get getExt

Implementation

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