includeContinuous property

bool get includeContinuous

Implementation

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

Implementation

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