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