reactions property Null safety

  1. @JsonKey(fromJson: reactionsFromJson, ignore: true)
Map<String, Set<ParticipantId>> reactions
inherited

Implementation

@JsonKey(fromJson: reactionsFromJson, ignore: true)
Map<String, Set<ParticipantId>> get reactions =>
    throw _privateConstructorUsedError;