licenseclassIdGet method

Future<Response<WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass>> licenseclassIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _licenseclassIdGet(id: id);
}