Frame constructor

Frame(
  1. String file,
  2. int delay
)

Implementation

Frame(this.file, this.delay);