StorageHasher<K>.identity constructor

const StorageHasher<K>.identity(
  1. Codec<K> codec
)

Implementation

const StorageHasher.identity(this.codec)
    : hasher = null,
      concat = true;