isContinuos property

void isContinuos=(bool newValue)

Implementation

set isContinuos(bool newValue) {
  this.updateProperty('isContinuos', newValue: newValue);
  _isContinuous = newValue;
}