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