onpush property

dynamic Function(PushEvent)? get onpush

Implementation

_i2.dynamic Function(_i3.PushEvent)? get onpush =>
    (_i3.PushEvent p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'onpush',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set onpush (dynamic value(PushEvent)?)

Implementation

set onpush(_i2.dynamic Function(_i3.PushEvent)? value) {
  _i4.setProperty(
    this,
    'onpush',
    value == null ? _i6.undefined : _i4.allowInterop(value),
  );
}