BlobEvent constructor

BlobEvent(
  1. String type,
  2. BlobEventInit eventInitDict
)

Implementation

factory BlobEvent(
  _i2.String type,
  _i3.BlobEventInit eventInitDict,
) =>
    _i4.callConstructor(
      _declaredBlobEvent,
      [
        type,
        eventInitDict,
      ],
    );