DelegationSet constructor

DelegationSet({
  1. required List<String> nameServers,
  2. String? callerReference,
  3. String? id,
})

Implementation

DelegationSet({
  required this.nameServers,
  this.callerReference,
  this.id,
});