toHex method

String toHex({
  1. bool include0x = false,
})

Implementation

String toHex({bool include0x = false}) =>
    u8aUtil.u8aToHex(toU8a(), include0x: include0x);