TextDecoder class
- Inheritance
-
- Object
- TextDecoderCommon
- TextDecoder
Constructors
- TextDecoder.new({String encoding = 'utf-8', bool fatal = false, bool ignoreBOM = false})
Properties
Methods
-
decode(
Uint8List input, {bool stream = false}) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited