OverlapKeeper([Map<int,int>? current,Map<int,int>? previous]){ this.current = current ?? {}; this.previous = previous ?? {}; }