whenOrNull<TResult extends Object?> method
Null safety
- {TResult? set(
- Update<
CameraSubscriptionSettingsUpdate> ? camera, - Update<
MicrophoneSubscriptionSettingsUpdate> ? microphone
- Update<
inherited
Implementation
@optionalTypeArgs
TResult? whenOrNull<TResult extends Object?>({
TResult? Function(Update<CameraSubscriptionSettingsUpdate>? camera,
Update<MicrophoneSubscriptionSettingsUpdate>? microphone)?
set,
}) =>
throw _privateConstructorUsedError;