IntlMessage class abstract

Implementers

Constructors

IntlMessage(dynamic stringOrMap)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

format(Map<String, dynamic> args, {ErrorHandler? onError}) FutureOr<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

currentCurrency String?
no setter
currentLocale String
no setter
formatters Map<String, Function>
no setter

Static Methods

withCurrency<T>(String currency, T function()) → T
withFormatters<T>(Map<String, Function> formatters, T function()) → T
withLocale<T>(String locale, T function()) → T