TextStream constructor

TextStream({
  1. String? codec,
  2. String? languageCode,
  3. List<TextAtom>? mapping,
})

Implementation

TextStream({
  this.codec,
  this.languageCode,
  this.mapping,
});