video_player
dart:io
ContentType
property JSON
JSON
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
dynamic
JSON
final
Content type for JSON using UTF-8 encoding.
application/json; charset=utf-8
property JSON