mimeType property
String?
get
mimeType
Gets the MIME type of the file (cross-platform).
Implementation
String? get mimeType => _file.mimeType;
Gets the MIME type of the file (cross-platform).
String? get mimeType => _file.mimeType;