HexResult constructor

HexResult(
  1. String num,
  2. String hex,
  3. String str
)

Implementation

HexResult(this.num, this.hex, this.str);