remote property

  1. @JsonKey(toJson: _participantMapToJson, fromJson: _participantMapFromJson)
Map<ParticipantId, Participant> remote
inherited

The set of remote participants (excluding the local participant).

Implementation

@JsonKey(toJson: _participantMapToJson, fromJson: _participantMapFromJson)
Map<ParticipantId, Participant> get remote =>
    throw _privateConstructorUsedError;