tr method

String tr(
  1. String key
)

Short alias for translate

Implementation

String tr(String key) => translate(key);