Dart
dart:io
ContentType
mimeType property
mimeType
ContentType class
Constructors
ContentType
Properties
charset
mimeType
primaryType
subType
hashCode
parameters
runtimeType
value
Methods
noSuchMethod
toString
Operators
operator ==
Static properties
BINARY
binary
HTML
html
JSON
json
TEXT
text
Static methods
parse
mimeType property
String
mimeType
Gets the mime-type, without any parameters.
Implementation
String get mimeType;