fileExtension property

String get fileExtension

Get File extension

Implementation

String get fileExtension => path.extension(this.path);