LocalizedMessage class

Represents a message in a specif locale.

Constructors

LocalizedMessage(IntlLocale locale, String key, Message message)

Properties

description String?
no setter
hashCode int
The hash code for this object.
no setteroverride
key String
Key for external reference to this message.
final
locale IntlLocale
Locale of the message.
final
message Message
The actual message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build([Map<String, dynamic>? variables]) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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