elements property Null safety

NodeList<InterpolationElement> elements

Return the elements that will be composed to produce the resulting string. The list includes firstString and lastString.

Implementation

NodeList<InterpolationElement> get elements;