PluralNode class

Inheritance
Implemented types

Constructors

PluralNode({required String path, required String rawPath, required Map<String, String> modifiers, required String? comment, required PluralType pluralType, required Map<Quantity, TextNode> quantities, required String paramName, required String paramType, required bool rich})

Properties

comment → String?
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
modifiers → Map<String, String>
finalinherited
paramName → String
final
paramType → String
final
parent → Node?
no setterinherited
path → String
finalinherited
pluralType → PluralType
final
quantities → Map<Quantity, TextNode>
final
rawPath → String
finalinherited
rich → bool
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone({required bool keepParent, I18nLocale? locale}) → PluralNode
Deep clones the node.
override
getParameters() → Set<AttributeParameter>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setParent(Node parent) → void
inherited
toString() → String
A string representation of this object.
override

Operators

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