HexData.fromBytes constructor

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

Implementation

HexData.fromBytes(Iterable<int> bytes) : this(bytes.toHex());