msg method

Message? msg(
  1. String key
)

Gets a message with key.

Implementation

Message? msg(String key) {
  return _messages[key];
}