PrivateKeyMetadata constructor

PrivateKeyMetadata(
  1. String keyId,
  2. String keyIdShort,
  3. String creationTime,
  4. String fingerprint,
  5. String keyIdNumeric,
  6. bool isSubKey,
  7. bool encrypted,
  8. bool canSign,
  9. List<Identity> identities,
)

Implementation

PrivateKeyMetadata(
    this.keyId,
    this.keyIdShort,
    this.creationTime,
    this.fingerprint,
    this.keyIdNumeric,
    this.isSubKey,
    this.encrypted,
    this.canSign,
    this.identities);