Base58Const class

Constants related to Base58 encoding.

Constructors

Base58Const()

Properties

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

Methods

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

Constants

alphabets → const Map<Base58Alphabets, String>
Mapping of Base58 alphabet types to their corresponding alphabets.
checksumByteLen → const int
The length (in bytes) of the checksum used in Base58 encoding.
radix → const int
The radix for Base58 encoding.