reactions property

  1. @BuiltValueField(wireName: r'reactions')
BuiltList<Reaction>? reactions

Any reactions made to this point. This field will be null if no reactions have been made to this post.

Implementation

@BuiltValueField(wireName: r'reactions')
BuiltList<Reaction>? get reactions;