StopTimecode constructor

StopTimecode({
  1. LastFrameClippingBehavior? lastFrameClippingBehavior,
  2. String? timecode,
})

Implementation

StopTimecode({
  this.lastFrameClippingBehavior,
  this.timecode,
});