SecretUri constructor
SecretUri(
- String phrase,
- String? password,
- List<
DeriveJunction> junctions
Implementation
SecretUri(this.phrase, this.password, this.junctions);