fileExtension property

String get fileExtension

Implementation

String get fileExtension {
  return p.extension(path);
}