shift property

T? Function() shift

Implementation

T? Function() get shift => () => _i6.callMethod(
      _i6.getProperty(
        this,
        'shift',
      ),
      r'call',
      [this],
    );
void shift=(T? value())

Implementation

set shift(T? Function() value) {
  _i6.setProperty(
    this,
    'shift',
    _i6.allowInterop(() => () => value() ?? _i5.undefined),
  );
}