factory Obj({ $core.Map<$core.String, Expr>? obj, }) { final $result = create(); if (obj != null) { $result.obj.addAll(obj); } return $result; }