DnsRequestAction constructor

DnsRequestAction({
  1. String? domain,
})

Implementation

DnsRequestAction({
  this.domain,
});