ContentType constructor

ContentType(
  1. MimeType mediaType,
  2. String? charset
)

Create a ContentType.

Implementation

ContentType(this.mediaType, this.charset);