tran method
transform to target code, the target information is in the tip
Implementation
@override
String tran(LanguageTip tip) {
final format = tip.getRule('map');
return sprintf(format, [
_keyValuesType(tip),
_keyValuesString(tip),
]);
}