AdjacentStrings constructor
AdjacentStrings({
- ComputedValue? computedValue,
- String? literalValue,
- required String source,
- required List<
StringLiteral> strings,
Implementation
AdjacentStrings({
super.computedValue,
String? literalValue,
required super.source,
required this.strings,
}) : super(
literalValue: literalValue,
);