toBase58 method

String toBase58()

Convert to Base58 String

Implementation

String toBase58() => _data.toBase58();