CookieListItem class
- Available extensions
- Annotations
- 
    - @anonymous
- @JS.new()
- @staticInterop
 
Constructors
- CookieListItem({String? name, String? value, String? domain, String? path, int? expires, bool? secure, CookieSameSite? sameSite})
- 
          
            factory
Properties
- domain ↔ String?
- 
      Available on CookieListItem, provided by the PropsCookieListItem extension getter/setter pair
- expires ↔ int?
- 
      Available on CookieListItem, provided by the PropsCookieListItem extension getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name ↔ String
- 
      Available on CookieListItem, provided by the PropsCookieListItem extension getter/setter pair
- path ↔ String
- 
      Available on CookieListItem, provided by the PropsCookieListItem extension getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sameSite ↔ CookieSameSite
- 
      Available on CookieListItem, provided by the PropsCookieListItem extension getter/setter pair
- secure ↔ bool
- 
      Available on CookieListItem, provided by the PropsCookieListItem extension getter/setter pair
- value ↔ String
- 
      Available on CookieListItem, provided by the PropsCookieListItem extension getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited