StartTimecode constructor

StartTimecode({
  1. String? timecode,
})

Implementation

StartTimecode({
  this.timecode,
});