from_event_id property
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;
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
late int64 from_event_id;