mimeType property Null safety
Gets the MIME type and subtype, without any parameters.
For the full content type text/html;charset=utf-8,
the mimeType value is the string text/html.
Implementation
String get mimeType;
Gets the MIME type and subtype, without any parameters.
For the full content type text/html;charset=utf-8,
the mimeType value is the string text/html.
String get mimeType;