KeyBean constructor

KeyBean(
  1. String version,
  2. String algorithm,
  3. String cypher,
  4. String seed,
  5. String words,
)

Implementation

KeyBean(this.version, this.algorithm, this.cypher, this.seed, this.words);