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