WebApiModulesSettingsWidgetSettingsWidgetWidget2 constructor
WebApiModulesSettingsWidgetSettingsWidgetWidget2({
- String? locationId,
- String? warehouseId,
- String? departmentId,
- String? locationCodes,
- String? locations,
- String? dateBehaviorId,
- String? dateField,
- DateTime? fromDate,
- DateTime? toDate,
- String? type,
- WebApiModulesSettingsWidgetSettingsWidgetWidgetData? data,
- WebApiModulesSettingsWidgetSettingsWidgetWidgetOptions? options,
- int? dataPoints,
- String? apiName,
- String? procedureName,
- String? counterFieldName,
- String? label1FieldName,
- String? label2FieldName,
- String? backgroundColorFieldName,
- String? borderColorFieldName,
- double? opacity,
- 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,
});