Map<int, Set<int>>? get kill_queries => this._kill_queries;
set kill_queries(Map<int, Set<int>>? kill_queries) { this._kill_queries = kill_queries; }