IcuMessage class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
All placeholder variable names referenced in
message, recursing into
plural/select branches. The same name appearing twice is returned once.
-
Categories used in the first (outermost)
{var, plural, …} expression
in message, in source order. Returns null if no plural expression
is found.
-
hasExpressions(String message)
→ bool
-
True if
message contains any ICU expression ({name} or
{var, …, …}). False for plain strings (no {} at all, or only
escaped braces).