elements property Null safety
Return the elements that will be composed to produce the resulting string. The list includes firstString and lastString.
Implementation
NodeList<InterpolationElement> get elements;
Return the elements that will be composed to produce the resulting string. The list includes firstString and lastString.
NodeList<InterpolationElement> get elements;