StartPosition class

A filtering option for where to start. For example, if you sent 100 messages, start with message 50.

Constructors

StartPosition({String? absoluteTime, String? id, int? mostRecent})

Properties

absoluteTime String?
The time in ISO format where to start.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the message or event where to start.
final
mostRecent int?
The start position of the most recent message where you want to start.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited