extension property
String?
get
extension
File extension for this file.
Implementation
String? get extension => name.split('.').last;
File extension for this file.
String? get extension => name.split('.').last;