Adds a suffix to a string.
static String addSuffix(String text, String suffix) { return '$text$suffix'; }