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