Media constructor

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

Implementation

Media({this.contentType, required this.url});