HashDigest constructor

const HashDigest(
  1. Uint8List bytes
)

Creates a new HashDigest.

Implementation

const HashDigest(this.bytes);