import '../host/runtime_host_bridge.dart'; import '../network/runtime_network_manager.dart'; class RuntimeScriptServices { const RuntimeScriptServices({this.network, this.hostBridge}); final RuntimeNetworkManager? network; final RuntimeHostBridgeManager? hostBridge; }