MessageLookup class
- Inheritance
-
- Object
- MessageLookupByLibrary
- MessageLookup
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- localeName → String
-
Subclasses should override this to return their locale, e.g. 'en_US'
no setteroverride
-
messages
→ Map<
String, dynamic> -
Subclasses should override this to return a list of their message
implementations. In this class these are functions, but subclasses may
implement them differently.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
evaluateMessage(
dynamic translation, List args) → String? -
Evaluate the translated message and return the translated string.
inherited
-
lookupMessage(
String? messageText, String? locale, String? name, List< Object> ? args, String? meaning, {MessageIfAbsent? ifAbsent}) → String? -
Return the localized version of a message. We are passed the original
version of the message, which consists of a
messageText
that will be translated, and which may be interpolated based on one or more variables.inherited -
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
-
operator [](
String messageName) → dynamic -
Return our message with the given name
inherited
Static Methods
-
m0(
dynamic users) → String -
m1(
dynamic users) → String -
m10(
dynamic permission) → String -
m11(
dynamic permission) → String -
m12(
dynamic permission) → String -
m13(
dynamic permission) → String -
m14(
dynamic notice) → String -
m15(
dynamic members, dynamic user) → String -
m16(
dynamic member) → String -
m17(
dynamic users) → String -
m18(
dynamic members) → String -
m19(
dynamic user) → String -
m2(
dynamic user, dynamic members) → String -
m20(
dynamic member) → String -
m21(
dynamic members, dynamic user) → String -
m22(
dynamic user) → String -
m23(
dynamic name) → String -
m24(
dynamic name) → String -
m25(
dynamic name) → String -
m26(
dynamic name) → String -
m27(
dynamic key, dynamic value) → String -
m28(
dynamic user) → String -
m29(
dynamic num) → String -
m3(
dynamic user, dynamic members) → String -
m30(
dynamic num) → String -
m4(
dynamic users) → String -
m5(
dynamic users) → String -
m6(
dynamic userName) → String -
m7(
dynamic userName) → String -
m8(
dynamic content) → String -
m9(
dynamic userName) → String