ClosedCaptionPart constructor

ClosedCaptionPart(
  1. String text,
  2. Duration offset
)

Initializes an instance of ClosedCaptionPart

Implementation

ClosedCaptionPart(this.text, this.offset);