from_event_id property

int64 from_event_id
read / write

Identifier of an event from which to return results. Use 0 to get results from the latest events. ; string representation of int, use int.parse

Implementation

late int64 from_event_id;