MediaType constructor
const
MediaType(
- String text,
- MediaToptype top,
- MediaSubtype sub
Implementation
const MediaType(this.text, this.top, this.sub);
const MediaType(this.text, this.top, this.sub);