hex method

String hex({
  1. HexOutput? output,
})

Implementation

String hex({HexOutput? output}) {
  return (output ?? HexOutput.def()).format(binary());
}