const ORSet({ Map<T, Set<String>>? addSet, Map<T, Set<String>>? removeSet, }) : _addSet = addSet ?? const {}, _removeSet = removeSet ?? const {};