trExists function

bool trExists(
  1. String key
)

Implementation

bool trExists(String key) {
  return Localization.instance.exists(key);
}