fileExtension property

String fileExtension

Get File extension

Implementation

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