factory TestIntIntMap({ $pb.PbMap<$core.int, $core.int>? m, }) { final $result = create(); if (m != null) { $result.m.addAll(m); } return $result; }