Id3Insertion constructor

Id3Insertion({
  1. String? id3,
  2. String? timecode,
})

Implementation

Id3Insertion({
  this.id3,
  this.timecode,
});