MimeType constructor

MimeType(
  1. String type,
  2. String subtype, [
  3. Map<String, String>? parameters
])

Implementation

MimeType(super.type, super.subtype, [super.parameters]);