licenseclassIdPut method
Future<Response<WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass> >
licenseclassIdPut({
- required String? id,
- required WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass? body,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass
>
>
licenseclassIdPut({
required String? id,
required WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass,
() => WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass
.fromJsonFactory,
);
return _licenseclassIdPut(id: id, body: body);
}