StorageHasher<K> constructor

const StorageHasher<K>(
  1. Codec<K> codec,
  2. Hasher? hasher,
  3. bool concat
)

Implementation

const StorageHasher(this.codec, this.hasher, this.concat)
    : assert(hasher != null || concat == true);