Wrap a value in keyword identifiers.
String wrap(String value) { if (value == '*') return value; return '"$value"'; }