reactions property

List<CommentReaction>? get reactions

Optional reactions of the {@link Comment}

Implementation

_i2.List<_i3.CommentReaction>? get reactions => (_i5.getProperty(
      this,
      'reactions',
    ) as _i2.List?)
        ?.cast();
set reactions (List<CommentReaction>? value)

Implementation

set reactions(_i2.List<_i3.CommentReaction>? value) {
  _i5.setProperty(
    this,
    'reactions',
    value ?? _i6.undefined,
  );
}