SoundSpriteSegment(SoundSprite soundSprite, String name, num startTime, num duration, bool loop)

Source

SoundSpriteSegment(
    this.soundSprite, this.name,
    this.startTime, this.duration, this.loop);