expires property
      
      int?
      get
      expires
      
    
    
    
Implementation
int? get expires => js_util.getProperty(this, 'expires');
      
      set
      expires
      (int? newValue) 
      
    
    
    
Implementation
set expires(int? newValue) {
  js_util.setProperty(this, 'expires', newValue);
}