class RuntimeOptions { const RuntimeOptions({this.runtimeLuaRoot = defaultRuntimeLuaRoot}); static const defaultRuntimeLuaRoot = 'assets/runtime/lua'; final String runtimeLuaRoot; }