remote property
- @JsonKey(toJson: _participantMapToJson, fromJson: _participantMapFromJson)
inherited
The set of remote participants (excluding the local participant).
Implementation
@JsonKey(toJson: _participantMapToJson, fromJson: _participantMapFromJson)
Map<ParticipantId, Participant> get remote =>
throw _privateConstructorUsedError;