ChannelMemberWithTeamDataAllOf class abstract

ChannelMemberWithTeamDataAllOf

Properties:

  • teamDisplayName - The display name of the team to which this channel belongs.
  • teamName - The name of the team to which this channel belongs.
  • teamUpdateAt - The time at which the team to which this channel belongs was last updated.

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Methods

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