fileExtensionWithDot property

String? get fileExtensionWithDot

Gets the file extension with dot

includeDot is set to true in QFileInfoUtils to include the dot in the extension.

Implementation

String? get fileExtensionWithDot =>
    QFileInfoUtils.getExtension(this, includeDot: true);