Response constructor

Response([
  1. Object? body,
  2. ResponseInit? init
])

Implementation

factory Response([
  _i2.Object? body,
  _i3.ResponseInit? init,
]) =>
    _i4.callConstructor(
      _declaredResponse,
      [
        body ?? _i6.undefined ?? _i6.undefined,
        init ?? _i6.undefined,
      ],
    );