HexOutput constructor

const HexOutput(
  1. List<int> bytes
)

Implementation

const HexOutput(this.bytes);