mimeType property

String? mimeType
inherited

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.');
}