FinishedVideoData constructor

FinishedVideoData(
  1. String url,
  2. Size size
)

Implementation

FinishedVideoData(this.url, this.size);