PluralNode constructor
PluralNode({})
Implementation
PluralNode({
required super.path,
required super.rawPath,
required super.modifiers,
required super.comment,
required this.pluralType,
required this.quantities,
required this.paramName,
required this.paramType,
required this.rich,
});