extensionWithDot property

String? get extensionWithDot

Gets the file extension with dot

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

Implementation

String? get extensionWithDot =>
    QFileInfoUtils.getExtension(path, includeDot: true);