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