BatchEnableServicesRequest constructor

BatchEnableServicesRequest({
  1. List<String>? serviceIds,
})

Implementation

BatchEnableServicesRequest({
  this.serviceIds,
});