String xTemplate(List<dynamic> args) { if (this == null) return ''; return sprintf(toString(), [...args]); }