TextNode constructor
TextNode({})
Implementation
TextNode({
required super.path,
required super.rawPath,
required super.modifiers,
required super.comment,
required this.raw,
required this.shouldEscape,
required this.interpolation,
required this.paramCase,
});