static Map conceptToMap_gen_withNullValues(O c) { Map map = litorderedmap(id := str(getLong(c, 'id))); for (S field : conceptFields_gen(c)) map.put(field, getOpt(c, field)); ret map; }