ServerSentEvent<T> constructor

ServerSentEvent<T>({
  1. String? sessionLogId,
  2. String? elementType,
  3. String? result,
  4. String? extra,
})

Implementation

ServerSentEvent({this.sessionLogId, this.elementType, this.result, this.extra});