Channel class abstract

Channel

Properties:

Constructors

Channel([void updates(ChannelBuilder b)])
factory

Properties

createAt int?
The time in milliseconds a channel was created
no setter
creatorId String?
no setter
deleteAt int?
The time in milliseconds a channel was deleted
no setter
displayName String?
no setter
extraUpdateAt int?
Deprecated in Mattermost 5.0 release
no setter
hashCode int
The hash code for this object.
no setterinherited
no setter
id String?
no setter
lastPostAt int?
The time in milliseconds of the last post of a channel
no setter
name String?
no setter
purpose String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String?
no setter
totalMsgCount int?
no setter
type String?
no setter
updateAt int?
The time in milliseconds a channel was last updated
no setter

Methods

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