AcmeDirectories constructor

AcmeDirectories({
  1. String? keyChange,
  2. String? newAccount,
  3. String? newNonce,
  4. String? newOrder,
  5. String? revokeCert,
})

Implementation

AcmeDirectories(
    {this.keyChange,
    this.newAccount,
    this.newNonce,
    this.newOrder,
    this.revokeCert});