evaluateMessage method
inherited
Evaluate the translated message and return the translated string.
Implementation
String evaluateMessage(translation, List args) {
return Function.apply(translation, args);
}
Evaluate the translated message and return the translated string.
String evaluateMessage(translation, List args) {
return Function.apply(translation, args);
}