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