onDequeue property

void Function(NotifyDequeueReason)? get onDequeue

Implementation

void Function(_i3.NotifyDequeueReason)? get onDequeue =>
    (_i3.NotifyDequeueReason p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'onDequeue',
          ),
          r'call',
          [
            this,
            p0.name,
          ],
        );
set onDequeue (void value(NotifyDequeueReason)?)

Implementation

set onDequeue(void Function(_i3.NotifyDequeueReason)? value) {
  _i5.setProperty(
    this,
    'onDequeue',
    value == null ? _i7.undefined : _i5.allowInterop(value),
  );
}