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