remote property Null safety
- @JsonKey(toJson: _participantMapToJson, fromJson: _participantMapFromJson)
inherited
Implementation
@JsonKey(toJson: _participantMapToJson, fromJson: _participantMapFromJson)
Map<ParticipantId, Participant> get remote =>
throw _privateConstructorUsedError;