static String getSymbols(bool private, bool isGenerated) { return (private ? '_' : '') + (isGenerated ? '\$' : ''); }