key property

String key
final

The key, or identifier, for the translation value. This is the value that will be used to find the appropriate translation value from the cache. It is recommended that the key match the variable name to ease maintenance, but there's no requirement that it follow thta convention.

Implementation

final String key;