String interpolateAny(Map<String, dynamic> params) { if (startsWith('f:')) { return substring(2).interpolate(params); } return this; }