changed property

Implementation

Iterable<CookieListItem> get changed => js_util.getProperty(this, 'changed');
void changed=(Iterable<CookieListItem> newValue)

Implementation

set changed(Iterable<CookieListItem> newValue) {
  js_util.setProperty(this, 'changed', newValue);
}