billingworksheetIdGet method

Future<Response<WebApiModulesBillingBillingWorksheetBillingWorksheet>> billingworksheetIdGet({
  1. required String? id,
})

@param id

Implementation

Future<chopper.Response<WebApiModulesBillingBillingWorksheetBillingWorksheet>>
    billingworksheetIdGet({required String? id}) {
  generatedMapping.putIfAbsent(
      WebApiModulesBillingBillingWorksheetBillingWorksheet,
      () => WebApiModulesBillingBillingWorksheetBillingWorksheet
          .fromJsonFactory);

  return _billingworksheetIdGet(id: id);
}