Frame constructor

Frame(
  1. Duration timeStamp,
  2. Image image
)

Implementation

Frame(this.timeStamp, this.image);