laborcategoryIdPut method
Future<Response<WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory> >
laborcategoryIdPut({
- required String? id,
- required WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory? body,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory>>
laborcategoryIdPut({
required String? id,
required WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory,
() => WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory
.fromJsonFactory);
return _laborcategoryIdPut(id: id, body: body);
}