DnsDcvData constructor

DnsDcvData(
  1. RRecord rRecord,
  2. Challenge challenge
)

Implementation

DnsDcvData(this.rRecord, this.challenge) : super(DcvType.DNS);