EventSource constructor

EventSource({
  1. String? title,
  2. String? url,
})

Implementation

EventSource({this.title, this.url});