Cookie constructor

Cookie(
  1. String name,
  2. String value
)

Implementation

Cookie(this.name, this.value);