EventSourceInit constructor
      
      EventSourceInit({ 
    
    
- bool? withCredentials,
Implementation
factory EventSourceInit({_i2.bool? withCredentials}) =>
    EventSourceInit._(withCredentials: withCredentials);