includeContinuous property

bool includeContinuous

Implementation

bool get includeContinuous => js_util.getProperty(this, 'includeContinuous');
void includeContinuous=(bool newValue)

Implementation

set includeContinuous(bool newValue) {
  js_util.setProperty(this, 'includeContinuous', newValue);
}