WebApiModulesSettingsWidgetSettingsWidgetWidget2 constructor

WebApiModulesSettingsWidgetSettingsWidgetWidget2({
  1. String? locationId,
  2. String? warehouseId,
  3. String? departmentId,
  4. String? locationCodes,
  5. String? locations,
  6. String? dateBehaviorId,
  7. String? dateField,
  8. DateTime? fromDate,
  9. DateTime? toDate,
  10. String? type,
  11. WebApiModulesSettingsWidgetSettingsWidgetWidgetData? data,
  12. WebApiModulesSettingsWidgetSettingsWidgetWidgetOptions? options,
  13. int? dataPoints,
  14. String? apiName,
  15. String? procedureName,
  16. String? counterFieldName,
  17. String? label1FieldName,
  18. String? label2FieldName,
  19. String? backgroundColorFieldName,
  20. String? borderColorFieldName,
  21. double? opacity,
  22. bool? stacked,
})

Implementation

WebApiModulesSettingsWidgetSettingsWidgetWidget2({
  this.locationId,
  this.warehouseId,
  this.departmentId,
  this.locationCodes,
  this.locations,
  this.dateBehaviorId,
  this.dateField,
  this.fromDate,
  this.toDate,
  this.type,
  this.data,
  this.options,
  this.dataPoints,
  this.apiName,
  this.procedureName,
  this.counterFieldName,
  this.label1FieldName,
  this.label2FieldName,
  this.backgroundColorFieldName,
  this.borderColorFieldName,
  this.opacity,
  this.stacked,
});