mimeType property Null safety

String 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.

Implementation

String get mimeType;