Helper method for creating custom symbol messages
static String message(String symbol, String text) { return '$symbol$text'; }