Marker class

Represents the last read position within a user's timelines

Annotations
  • @JsonSerializable()

Constructors

Marker({required String lastReadId, required int version, required DateTime updatedAt})
Marker.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastReadId String
The ID of the most recently viewed entity
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime
The timestamp of when the marker was set
final
version int
An incrementing counter, used for locking to prevent write conflicts
final

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