Decoder class
- Inheritance
-
- Object
- EventEmitter
- Decoder
Constructors
- Decoder()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- reconstructor ↔ dynamic
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
dynamic obj) → dynamic -
clearListeners(
) → void -
inherited
-
destroy(
) → dynamic -
emit(
String event, [dynamic data]) → void -
inherited
-
hasListeners(
String event) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
off(
String event, [EventHandler? handler]) → void -
inherited
-
on(
String event, EventHandler handler) → void -
inherited
-
once(
String event, EventHandler handler) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decodeString(
String str) → dynamic -
tryParse(
dynamic p, dynamic str) → dynamic