expiredOutgoing property

int expiredOutgoing

Implementation

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

Implementation

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