Bloom.fromStorage constructor

Bloom.fromStorage(
  1. int k,
  2. Uint8List storage
)

Initialize a filter from an eiisting storage.

Implementation

Bloom.fromStorage(this.k, this.storage);