KeyOperationAttestation constructor
KeyOperationAttestation({
- CertificateChains? certChains,
- String? content,
- String? format,
Implementation
KeyOperationAttestation({
this.certChains,
this.content,
this.format,
});