static S extToString(Ext ext) { ret ext == null ? str(null) : empty(ext.fieldValues) ? str(ext.get()) : ext + " " + ext.fieldValues; }