Static Methods

CreateBase16() → Base16

CreateBase32(Base32Alphabet alphabet) → Base32

CreateBase32Crockford() → Base32

CreateBase32ExtendedHex() → Base32

CreateBase32Rfc4648() → Base32

CreateBase58(Base58Alphabet alphabet) → Base58

CreateBase58BitCoin() → Base58

CreateBase58Flickr() → Base58

CreateBase58Ripple() → Base58

CreateBase64(Base64Alphabet alphabet) → Base64

CreateBase64Default() → Base64

CreateBase64DefaultNoPadding() → Base64

CreateBase64FileEncoding() → Base64

CreateBase64RegExEncoding() → Base64

CreateBase64UrlEncoding() → Base64

CreateBase64XmlEncoding() → Base64

Constructors

BaseEncoding()

Properties

hashCode → int

The hash code for this object.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited