MultiSpeakerMarkup constructor

MultiSpeakerMarkup({
  1. List<Turn>? turns,
})

Implementation

MultiSpeakerMarkup({
  this.turns,
});