tr function

dynamic tr(
  1. String str
)

Implementation

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