MessageBuilder class

Helper to build a message.

Properties

description String?
no setter
exists bool
Returns true if a localized message exists for key.
no setter
hashCode int
The hash code for this object.
no setterinherited
intlMessages IntlMessages
no setter
key String
Returns the message key.
no setter
message LocalizedMessage?
Returns the localized message.
no setter
preferredLocale IntlLocale?
Returns the preferred locale for this MessageBuilder.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build([Map<String, dynamic>? variables]) String
Builds this message.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString([Map<String, dynamic>? variables]) String
Returns a message as String. Same as build.
override

Operators

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