reactions property Null safety

  1. @JsonKey(defaultValue: [])
List<Reaction>? reactions
read / write

reactions for this message

Implementation

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