ReplayOption class
Configuration for broadcast replay feature. Allows replaying broadcast messages from a specific timestamp.
Constructors
- ReplayOption({required int since, int? limit})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit → int?
-
Optional limit on the number of messages to replay, maximum value of 25.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- since → int
-
Unix timestamp (in milliseconds) from which to start replaying messages
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited