mimeType property

String? get mimeType

Gets the MIME type of the file (cross-platform).

Implementation

String? get mimeType => _file.mimeType;