incomingMaxAge property

double? incomingMaxAge

Implementation

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

Implementation

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