returnSequence property

bool get returnSequence

Implementation

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

Implementation

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