TimeTarget class

A target publish or event time.

Can be used for seeking to or retrieving the corresponding cursor.

Constructors

TimeTarget({String? eventTime, String? publishTime})
TimeTarget.fromJson(Map json_)

Properties

eventTime String?
Request the cursor of the first message with event time greater than or equal to event_time.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
publishTime String?
Request the cursor of the first message with publish time greater than or equal to publish_time.
getter/setter pair
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