AcmeChallengeSet constructor

AcmeChallengeSet({
  1. List<AcmeTxtRecord>? record,
})

Implementation

AcmeChallengeSet({
  this.record,
});