menu
jaguar package
documentation
http/common/mimetype.dart
MimeType
MimeType const constructor
MimeType const constructor
dark_mode
light_mode
MimeType
constructor
const
MimeType
(
String
primaryType
,
String
subType
)
Implementation
const MimeType(this.primaryType, this.subType) : mimeType = '$primaryType/$subType';
jaguar package
documentation
http/common/mimetype
MimeType
MimeType const constructor
MimeType class