hasMessage

open override fun hasMessage(key: MessageKey<*, *>): Boolean

Checks if a localized message exists for the given key.

Return

true if a message exists, false otherwise.

Parameters

key

The message key.