Media constructor

Media({
  1. String? type,
  2. String? image,
})

Implementation

Media({this.type, this.image});