gtr function

dynamic gtr(
  1. String str
)

Implementation

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