Interpolation.plain constructor

Interpolation.plain(
  1. String text,
  2. FileSpan span
)

Implementation

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