Duplicate class
RFC 9204 Section 4.3.4 — Duplicate.
Duplicates an existing entry in the dynamic table.
Wire format:
| 0 | 0 | 0 | Index (5+) |
- Inheritance
-
- Object
- EncoderInstruction
- Duplicate
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → Uint8List -
Serialize this instruction to bytes.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited