AcousticOperation constructor

AcousticOperation([
  1. void updates(
    1. AcousticOperationBuilder b
    )?
])

Implementation

factory AcousticOperation(
        [void Function(AcousticOperationBuilder b)? updates]) =
    _$AcousticOperation;