CookieListItem constructor

CookieListItem({
  1. String name,
  2. String value,
  3. String? domain,
  4. String path,
  5. DOMHighResTimeStamp? expires,
  6. bool secure,
  7. CookieSameSite sameSite,
  8. bool partitioned,
})

Implementation

external factory CookieListItem({
  String name,
  String value,
  String? domain,
  String path,
  DOMHighResTimeStamp? expires,
  bool secure,
  CookieSameSite sameSite,
  bool partitioned,
});