ScaleCodec class

Constructors

ScaleCodec(Registry registry)

Properties

hashCode int
The hash code for this object.
no setterinherited
registry Registry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(String type, Input input) → dynamic
Decode a SCALE encoded value
encodeTo(String type, dynamic value, Output dest) → void
Encode a value to SCALE value is the value to encode type is the type of the value dest is the destination to write the encoded value to
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