ChannelSummary class
The summary data for a channel.
Constructors
- ChannelSummary({String? channelArn, DateTime? lastMessageTimestamp, String? metadata, ChannelMode? mode, String? name, ChannelPrivacy? privacy})
-
ChannelSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channelArn → String?
-
The ARN of the channel summary.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastMessageTimestamp → DateTime?
-
The time at which the last message in a channel was sent.
final
- metadata → String?
-
The metadata of the channel summary.
final
- mode → ChannelMode?
-
The summary mode of the channel.
final
- name → String?
-
The parameter of the action.
final
- privacy → ChannelPrivacy?
-
The privacy setting of the channel being summarized,
PUBLIC
orHIDDEN
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited