fileExtensionWithDot property
String?
get
fileExtensionWithDot
Gets the file extension with dot
Returns the file extension including the dot, or null if not found. Uses QFileInfoUtils.getExtension(this, includeDot: true).
Implementation
String? get fileExtensionWithDot =>
QFileInfoUtils.getExtension(this, includeDot: true);