NodeModifiers 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
Constants
-
cardinal
→ const String
-
Flag. Mark a plural as cardinal
-
context
→ const String
-
Parameter. Set context name.
-
fallback
→ const String
-
Flag. Missing keys should fallback to base map.
Only relevant when fallback_strategy is configured.
-
ignoreMissing
→ const String
-
Analysis flag. Ignore during missing translation analysis
-
ignoreUnused
→ const String
-
Analysis flag. Ignore during unused translation analysis
-
interface
→ const String
-
Flag. Mark all children of an interface as descendants of an interface
-
map
→ const String
-
Flag. Mark a node as a map
-
ordinal
→ const String
-
Flag. Mark a plural as ordinal
-
outdated
→ const String
-
Analysis flag. Translation is outdated
-
param
→ const String
-
Parameter. Set a parameter name for a plural or context
-
plural
→ const String
-
Flag. Mark a plural as plural
-
rich
→ const String
-
Flag. Mark a node as rich text
-
singleInterface
→ const String
-
Flag. Mark a single JSON object as a descendant of an interface