TextStream constructor

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

Implementation

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