TrustKey constructor
const
TrustKey({})
Implementation
const TrustKey({
required this.signerId,
required this.keyId,
required this.algorithm,
required this.publicKey,
required this.fingerprint,
required this.usages,
required this.status,
});