returnSequence property

bool returnSequence

Implementation

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

Implementation

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