const PNCounter({ Map<String, int>? p, Map<String, int>? n, }) : _p = p ?? const {}, _n = n ?? const {};