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