RemoteParticipantSettingsUpdatesById.set constructor
- {required Map<
ParticipantId, RemoteParticipantUpdate> updates}
Implementation
const factory RemoteParticipantSettingsUpdatesById.set({
required Map<ParticipantId, RemoteParticipantUpdate> updates,
}) = _RemoteParticipantSettingsUpdatesById;