TextNode constructor
TextNode({
- required String path,
- required String rawPath,
- required Map<
String, String> modifiers, - required String? comment,
- required I18nLocale locale,
- required Map<
String, FormatTypeInfo> types, - required String raw,
- required bool shouldEscape,
- required bool handleTypes,
- required StringInterpolation interpolation,
- required CaseStyle? paramCase,
Implementation
TextNode({
required super.path,
required super.rawPath,
required super.modifiers,
required super.comment,
required this.locale,
required this.types,
required this.raw,
required this.shouldEscape,
required this.handleTypes,
required this.interpolation,
required this.paramCase,
});