Markers class

Represents the last read position within a user's timelines. https://docs.joinmastodon.org/entities/Marker/

Annotations
  • @JsonSerializable()

Constructors

Markers({required Marker? home, required Marker? notifications})
Markers.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
home Marker?
Information about the user's position in the home timeline
final
notifications Marker?
Information about the user's position in their notifications
final
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