Media constructor

Media(
  1. MediaType mediaType,
  2. String url
)

Implementation

Media(this.mediaType, this.url);