TextDecoder constructor
TextDecoder([
- String? label,
- TextDecoderOptions? options
Implementation
TextDecoder([String? label, TextDecoderOptions? options])
: _delegate = interop.TextDecoder(label, options?._delegate);