repairEstimateIdPost method
Future<Response<WebApiModulesInventoryRepairToggleRepairEstimateResponse> >
repairEstimateIdPost({
- required String? id,
@param id
Implementation
Future<
chopper.Response<WebApiModulesInventoryRepairToggleRepairEstimateResponse>
>
repairEstimateIdPost({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRepairToggleRepairEstimateResponse,
() => WebApiModulesInventoryRepairToggleRepairEstimateResponse
.fromJsonFactory,
);
return _repairEstimateIdPost(id: id);
}