when<TResult extends Object?> method
Null safety
inherited
Implementation
@optionalTypeArgs
TResult when<TResult extends Object?>({
required TResult Function(Update<DeviceId>? deviceId) set,
}) =>
throw _privateConstructorUsedError;