EventSourceInit constructor

EventSourceInit({
  1. bool? withCredentials,
})

Implementation

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