KeyOperationAttestation constructor

KeyOperationAttestation({
  1. CertificateChains? certChains,
  2. String? content,
  3. String? format,
})

Implementation

KeyOperationAttestation({this.certChains, this.content, this.format});