translator function

dynamic translator(
  1. String str
)

Implementation

translator(String str) {
  return tr(str);
}