AudioParamWillBeDestroyedEvent constructor

AudioParamWillBeDestroyedEvent({
  1. required GraphObjectId contextId,
  2. required GraphObjectId nodeId,
  3. required GraphObjectId paramId,
})

Implementation

AudioParamWillBeDestroyedEvent({
  required this.contextId,
  required this.nodeId,
  required this.paramId,
});