HexData constructor

const HexData(
  1. String value
)

From Hex String.

Implementation

const HexData(this.value);