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