MediaViewModel constructor

MediaViewModel({
  1. required String link,
  2. TypeMedia type = TypeMedia.image,
  3. String? deepLink,
})

Implementation

MediaViewModel({required this.link, this.type = TypeMedia.image, this.deepLink});