DnsKey constructor

DnsKey({
  1. String? algorithm,
  2. String? creationTime,
  3. String? description,
  4. List<DnsKeyDigest>? digests,
  5. String? id,
  6. bool? isActive,
  7. int? keyLength,
  8. int? keyTag,
  9. String? kind,
  10. String? publicKey,
  11. String? type,
})

Implementation

DnsKey({
  this.algorithm,
  this.creationTime,
  this.description,
  this.digests,
  this.id,
  this.isActive,
  this.keyLength,
  this.keyTag,
  this.kind,
  this.publicKey,
  this.type,
});