TextEncoder class
- Available extensions
Properties
- delegate → TextEncoder
-
Available on TextEncoder, provided by the TextEncoderExtension extension
no setter - encoding → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
encode(
[String? input]) → Uint8List -
encodeInto(
String input, Uint8List destination) → TextEncoderEncodeIntoResult -
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