MediaType constructor

const MediaType(
  1. String text,
  2. MediaToptype top,
  3. MediaSubtype sub
)

Implementation

const MediaType(this.text, this.top, this.sub);