CertHttpChallenge constructor

CertHttpChallenge({
  1. String? path,
  2. String? token,
})

Implementation

CertHttpChallenge({
  this.path,
  this.token,
});