CommentReaction constructor

CommentReaction({
  1. String? label,
  2. Object? iconPath,
  3. num? count,
  4. bool? authorHasReacted,
})

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,
    );