Hash constructor

Hash(
  1. HashType hashType,
  2. List<int> bytes
)

Implementation

Hash(this.hashType, this.bytes);