StringInterpolation constructor
StringInterpolation({
- ComputedValue? computedValue,
- required List<
InterpolationElement> elements, - String? listLiteral,
- required String source,
Implementation
StringInterpolation({
super.computedValue,
required this.elements,
String? listLiteral,
required super.source,
}) : super(literalValue: listLiteral);