Base58To64Codec class
Converts a base-58 encoded string to/from a base-64 encoded string.
Constructors
- Base58To64Codec()
- 
          Creates a codec to convert base-58 encoded strings to/from base-64 encoded strings.
            const
Properties
- 
  decoder
  → Converter<String, String> 
- 
  Returns the decoder of this, converting fromTtoS.no setteroverride
- 
  encoder
  → Converter<String, String> 
- 
  Returns the encoder from StoT.no setteroverride
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  inverted
  → Codec<String, String> 
- 
  Inverts this.no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  decode(String encoded) → String 
- 
  Decodes encodeddata.inherited
- 
  encode(String input) → String 
- 
  Encodes input.inherited
- 
  fuse<R> (Codec< String, R> other) → Codec<String, R> 
- 
  Fuses thiswithother.inherited
- 
  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