licenseclassPost method
Future<Response<WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass> >
licenseclassPost({
- required WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass? body,
Implementation
Future<
chopper.Response<
WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass>>
licenseclassPost(
{required WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass,
() => WebApiModulesSettingsVehicleSettingsLicenseClassLicenseClass
.fromJsonFactory);
return _licenseclassPost(body: body);
}