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