lostOutgoing property

int lostOutgoing

Implementation

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

Implementation

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