menu
extension_data package
documentation
ext.dart
IterableIntExt
toBase58 method
toBase58 method
dark_mode
light_mode
toBase58
method
String
toBase58
(
)
Encode to Base58 String.
Implementation
String toBase58() => base58Encode(toList());
extension_data package
documentation
ext
IterableIntExt
toBase58 method
IterableIntExt extension on
Iterable
<
int
>