MultimediaItem constructor

MultimediaItem(
  1. String path,
  2. bool isVideo
)

Implementation

MultimediaItem(this.path, this.isVideo);