PositionMarker class

Represents the last read position within a user's timelines.

Annotations
  • @freezed

Constructors

PositionMarker({required String lastReadId, required int version, required DateTime updatedAt})
const
factory
PositionMarker.fromJson(Map<String, Object?> json)
factory

Properties

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

Methods

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

Operators

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