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