shift property
T? Function()
get
shift
Implementation
T? Function() get shift => () => _i6.callMethod(
_i6.getProperty(
this,
'shift',
),
r'call',
[this],
);
set
shift
(T? value())
Implementation
set shift(T? Function() value) {
_i6.setProperty(
this,
'shift',
_i6.allowInterop(() => () => value() ?? _i5.undefined),
);
}