evaluateMessage method

String evaluateMessage (dynamic translation, List args)
inherited

Evaluate the translated message and return the translated string.

Implementation

String evaluateMessage(translation, List args) {
  return Function.apply(translation, args);
}