SecretUri constructor

SecretUri(
  1. String phrase,
  2. String? password,
  3. List<DeriveJunction> junctions
)

Implementation

SecretUri(this.phrase, this.password, this.junctions);