DoxCookie constructor

DoxCookie(
  1. String key,
  2. String value, {
  3. bool encrypt = true,
})

Implementation

DoxCookie(this.key, this.value, {this.encrypt = true});