HexData.fromBytes constructor

HexData.fromBytes(
  1. Iterable<int> bytes
)

Implementation

factory HexData.fromBytes(Iterable<int> bytes) => HexData(bytes.toHex());