String symbolToString(Symbol symbol) { final str = symbol.toString(); return str.substring(8, str.length - 2); }