Service constructor

Service({
  1. String? derivationPath,
  2. String? curve,
  3. String? hashAlgo,
})

Implementation

Service({this.derivationPath, this.curve, this.hashAlgo});