PromiseRejectionEvent constructor
PromiseRejectionEvent(
- String type,
- PromiseRejectionEventInit eventInitDict
Implementation
factory PromiseRejectionEvent(
_i2.String type,
_i3.PromiseRejectionEventInit eventInitDict,
) =>
_i4.callConstructor(
_declaredPromiseRejectionEvent,
[
type,
eventInitDict,
],
);