ApplyParametersRequest constructor

ApplyParametersRequest({
  1. bool? applyAll,
  2. List<String>? nodeIds,
})

Implementation

ApplyParametersRequest({
  this.applyAll,
  this.nodeIds,
});