Media constructor

Media({
  1. String? altText,
  2. String? url,
})

Implementation

Media({this.altText, this.url});