ActivityMarker class

Convenient class to mark feed as seen / read

Constructors

ActivityMarker()

Properties

hashCode int
The hash code for this object.
no setterinherited
params Map<String, Object>
Serialize ActivityMarker params
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allRead() ActivityMarker
Mark everything as read
allSeen() ActivityMarker
Mark everything as seen
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(Iterable<String> activityIds) ActivityMarker
Mark all activities with ids activityIds as read
seen(Iterable<String> activityIds) ActivityMarker
Mark all activities with ids activityIds as seen
toString() String
A string representation of this object.
inherited

Operators

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