MetadataAudiobookChapter constructor

MetadataAudiobookChapter({
  1. String? title,
  2. int? startTimeInSeconds,
  3. int? endTimeInSeconds,
})

Implementation

MetadataAudiobookChapter({
  this.title,
  this.startTimeInSeconds,
  this.endTimeInSeconds,
});