expires property

int expires

Implementation

int get expires => js_util.getProperty(this, 'expires');
void expires=(int newValue)

Implementation

set expires(int newValue) {
  js_util.setProperty(this, 'expires', newValue);
}