type property

String? type
final

The event type (SSE event: field).

When null, the event is dispatched as a generic message event.

Implementation

final String? type;