DefaultWorkFn.from constructor

DefaultWorkFn.from({
  1. String? name,
  2. String? encode,
  3. Hash? hash,
  4. num? iterations,
  5. num? length,
})

Implementation

DefaultWorkFn.from(
    {this.name, this.encode, this.hash, this.iterations, this.length});