ReadStatus class Null safety

Represents read status of a User.

Implemented types
Available Extensions
Annotations

Constructors

ReadStatus({required String userId, required int timestamp, required String channelUrl, required ChannelType channelType})
ReadStatus.fromJson(Map<String, dynamic> json)
factory

Properties

channelType ChannelType
Channel type for this read status
final
channelUrl String
Channel url for this read status
final
dirty bool
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
key String
read-onlyoverride
primaryKey String
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
timestamp int
Latest read timestamps
read / write
userId String
User's id
final

Methods

copyWith(dynamic others) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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