MediaModel constructor

MediaModel(
  1. {File? file,
  2. String? link,
  3. bool isLink = false}
)

Implementation

MediaModel({this.file, this.link, this.isLink = false});