Hash constructor

  1. @literal
const Hash(
  1. List<int> bytes
)

Implementation

@literal
const Hash(this.bytes);