SharedChannel class abstract

SharedChannel

Properties:

  • id - Channel id of the shared channel
  • teamId
  • home - Is this the home cluster for the shared channel
  • readonly - Is this shared channel shared as read only
  • name - Channel name as it is shared (may be different than original channel name)
  • displayName - Channel display name as it appears locally
  • purpose
  • header
  • creatorId - Id of the user that shared the channel
  • createAt - Time in milliseconds that the channel was shared
  • updateAt - Time in milliseconds that the shared channel record was last updated
  • remoteId - Id of the remote cluster where the shared channel is homed

Constructors

SharedChannel([void updates(SharedChannelBuilder b)])
factory

Properties

createAt int?
Time in milliseconds that the channel was shared
no setter
creatorId String?
Id of the user that shared the channel
no setter
displayName String?
Channel display name as it appears locally
no setter
hashCode int
The hash code for this object.
no setterinherited
no setter
home bool?
Is this the home cluster for the shared channel
no setter
id String?
Channel id of the shared channel
no setter
name String?
Channel name as it is shared (may be different than original channel name)
no setter
purpose String?
no setter
readonly bool?
Is this shared channel shared as read only
no setter
remoteId String?
Id of the remote cluster where the shared channel is homed
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String?
no setter
updateAt int?
Time in milliseconds that the shared channel record was last updated
no setter

Methods

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