MimeType constructor

MimeType(
  1. String type,
  2. String subType
)

Create a MimeType.

Implementation

MimeType(this.type, this.subType);