Slide constructor

Slide(
  1. int id,
  2. String rId,
  3. String fileName
)

Implementation

Slide(this.id, this.rId, this.fileName);