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