changed property
      
      Iterable<CookieListItem> 
      get
      changed
      
    
    
    
Implementation
Iterable<CookieListItem> get changed => js_util.getProperty(this, 'changed');
      
      set
      changed
      (Iterable<CookieListItem>  newValue) 
      
    
    
    
Implementation
set changed(Iterable<CookieListItem> newValue) {
  js_util.setProperty(this, 'changed', newValue);
}