imt_origin method

String imt_origin(
  1. String value
)

Implementation

String imt_origin(String value) {
  String currentKey = HashKey.getHashKey(value);
  String translatedValue = t[currentKey] ?? value;
  return translatedValue;
}