import '../network/runtime_network_manager.dart'; class RuntimeScriptServices { const RuntimeScriptServices({this.network}); final RuntimeNetworkManager? network; }