menu
polkadart_scale_codec package
documentation
io/io.dart
Input
toHex method
toHex method
dark_mode
light_mode
toHex
method
String
toHex
(
)
Get the hex string of the buffer
Implementation
String toHex() { return encodeHex(buffer); }
polkadart_scale_codec package
documentation
io/io
Input
toHex method
Input mixin