CommentReaction constructor
Implementation
factory CommentReaction({
_i2.String? label,
_i2.Object? iconPath,
_i2.num? count,
_i2.bool? authorHasReacted,
}) =>
CommentReaction._(
label: label,
iconPath: iconPath ?? _i6.undefined,
count: count,
authorHasReacted: authorHasReacted,
);