menu
launchdarkly_event_source_client package
documentation
launchdarkly_event_source_client.dart
MessageEvent
MessageEvent.new const constructor
MessageEvent.new const constructor
dark_mode
light_mode
MessageEvent
constructor
const
MessageEvent
(
String
type
,
String
data
,
String
?
id
)
Creates the message with the provided values.
Implementation
const MessageEvent(this.type, this.data, this.id);
launchdarkly_event_source_client package
documentation
launchdarkly_event_source_client
MessageEvent
MessageEvent.new const constructor
MessageEvent class