when<TResult extends Object?> method
- required TResult set(
- Map<
ParticipantId, RemoteParticipantUpdate> updates
- Map<
inherited
Implementation
@optionalTypeArgs
TResult when<TResult extends Object?>({
required TResult Function(
Map<ParticipantId, RemoteParticipantUpdate> updates)
set,
}) =>
throw _privateConstructorUsedError;