LocalizedMessages class

A table of keys and messages.

Constructors

LocalizedMessages(IntlLocale locale, List<Message>? messages)

Properties

hashCode int
The hash code for this object.
no setterinherited
locale IntlLocale
Locale for this table.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearMessages() → void
loadMessages(List<Message>? messages) → void
Loads messages to this table.
msg(String key) Message?
Gets a message with key.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited