reactions property

  1. @JsonKey(defaultValue: [])
List<MastodonAnnouncementReaction> reactions
final

List of reactions.

Implementation

@JsonKey(defaultValue: [])
final List<MastodonAnnouncementReaction> reactions;