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