ChannelMemberWithTeamData class abstract

ChannelMemberWithTeamData

Properties:

Constructors

ChannelMemberWithTeamData([void updates(ChannelMemberWithTeamDataBuilder b)])
factory

Properties

channelId String?
no setter
hashCode int
The hash code for this object.
no setterinherited
lastUpdateAt int?
The time in milliseconds the channel member was last updated
no setter
lastViewedAt int?
The time in milliseconds the channel was last viewed by the user
no setter
mentionCount int?
no setter
msgCount int?
no setter
notifyProps ChannelNotifyProps?
no setter
roles String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamDisplayName String?
The display name of the team to which this channel belongs.
no setter
teamName String?
The name of the team to which this channel belongs.
no setter
teamUpdateAt int?
The time at which the team to which this channel belongs was last updated.
no setter
userId String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ChannelMemberWithTeamDataBuilder)) ChannelMemberWithTeamData
Rebuilds the instance.
inherited
toBuilder() ChannelMemberWithTeamDataBuilder
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<ChannelMemberWithTeamData>
no setter