reactions property

  1. @JsonKey(defaultValue: [])
List<Reaction> reactions
getter/setter pair

List of reactions returned by the query

Implementation

@JsonKey(defaultValue: [])
late List<Reaction> reactions;