Turn constructor

Turn({
  1. String? speaker,
  2. String? text,
})

Implementation

Turn({
  this.speaker,
  this.text,
});