OperationDnsKeyContext constructor

OperationDnsKeyContext({
  1. DnsKey? newValue,
  2. DnsKey? oldValue,
})

Implementation

OperationDnsKeyContext({
  this.newValue,
  this.oldValue,
});