ChannelModerator class

Creates a moderator on a channel.

Constructors

ChannelModerator({String? channelArn, Identity? createdBy, DateTime? createdTimestamp, Identity? moderator})
ChannelModerator.fromJson(Map<String, dynamic> json)
factory

Properties

channelArn String?
The ARN of the moderator's channel.
final
createdBy Identity?
The member who created the moderator.
final
createdTimestamp DateTime?
The time at which the moderator was created.
final
hashCode int
The hash code for this object.
no setterinherited
moderator Identity?
The moderator's data.
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