toBase58 method

String toBase58()

Encode to Base58 String.

Implementation

String toBase58() => base58Encode(toList());