Interpolation.plain constructor
Interpolation.plain(
- String text,
- FileSpan span
Implementation
Interpolation.plain(String text, this.span)
: contents = List.unmodifiable([text]),
spans = const [null];