Media constructor

Media(
  1. String type,
  2. String mediaType,
  3. String url
)

Implementation

Media(this.type, this.mediaType, this.url);