ReactionForComment class
Information about the reaction values provided by users on a comment.
Constructors
-
ReactionForComment({ReactionValueFormats? reaction, List<
String> ? reactionUsers, int? reactionsFromDeletedUsersCount}) -
ReactionForComment.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- reaction → ReactionValueFormats?
-
The reaction for a specified comment.
final
- reactionsFromDeletedUsersCount → int?
-
A numerical count of users who reacted with the specified emoji whose
identities have been subsequently deleted from IAM. While these IAM users or
roles no longer exist, the reactions might still appear in total reaction
counts.
final
-
reactionUsers
→ List<
String> ? -
The Amazon Resource Names (ARNs) of users who have provided reactions to the
comment.
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