toHexData method

HexData toHexData()

Convert Hex String to HexData.

Implementation

HexData toHexData() => HexData.fromBytes(hexDecode(this));