ext property

String? get ext

Implementation

String? get ext {
  return path.split("/").last.split('.').last;
}