toBase58 method

String toBase58()

Implementation

String toBase58() => base58encode(bytes.toList(growable: false));