TextStream constructor
TextStream({
- String? codec,
- String? displayName,
- String? languageCode,
- List<
TextMapping> ? mapping,
Implementation
TextStream({this.codec, this.displayName, this.languageCode, this.mapping});