mimeType property
For web, it may be necessary for a file to know its MIME type.
Implementation
String? get mimeType {
throw UnimplementedError('.mimeType has not been implemented.');
}
For web, it may be necessary for a file to know its MIME type.
String? get mimeType {
throw UnimplementedError('.mimeType has not been implemented.');
}