lastEventId property

String? lastEventId

Represents, in server-sent events, the last event ID of the event source.

Implementation

String? get lastEventId => _getProperty(_delegate, 'lastEventId');