Credential constructor

Credential(
  1. String hdPath,
  2. String w3cCredential,
  3. String plaintextCredential
)

Implementation

Credential(this.hdPath, this.w3cCredential, this.plaintextCredential);