outgoingMaxAge property

double? outgoingMaxAge

Implementation

double? get outgoingMaxAge => js_util.getProperty(this, 'outgoingMaxAge');
void outgoingMaxAge=(double? newValue)

Implementation

set outgoingMaxAge(double? newValue) {
  js_util.setProperty(this, 'outgoingMaxAge', newValue);
}