ChannelUnreadAt class abstract

ChannelUnreadAt

Properties:

  • teamId - The ID of the team the channel belongs to.
  • channelId - The ID of the channel the user has access to..
  • msgCount - No. of messages the user has already read.
  • mentionCount - No. of mentions the user has within the unread posts of the channel.
  • lastViewedAt - time in milliseconds when the user last viewed the channel.

Constructors

ChannelUnreadAt([void updates(ChannelUnreadAtBuilder b)])
factory

Properties

channelId String?
The ID of the channel the user has access to..
no setter
hashCode int
The hash code for this object.
no setterinherited
lastViewedAt int?
time in milliseconds when the user last viewed the channel.
no setter
mentionCount int?
No. of mentions the user has within the unread posts of the channel.
no setter
msgCount int?
No. of messages the user has already read.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String?
The ID of the team the channel belongs to.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ChannelUnreadAtBuilder)) ChannelUnreadAt
Rebuilds the instance.
inherited
toBuilder() ChannelUnreadAtBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ChannelUnreadAt>
no setter