AudioContent constructor

const AudioContent(
  1. List<String> paths,
  2. double clipStart,
  3. double clipEnd
)

Implementation

const AudioContent(super.paths, this.clipStart, this.clipEnd);