MediaData constructor

MediaData({
  1. String? hash,
})

Implementation

factory MediaData({_i2.String? hash}) => MediaData._(hash: hash);