ExpressionEntry constructor
ExpressionEntry({
- required ExpressionSyntax syntax,
- required int startPosition,
Creates the entry with the associated syntax and the start position within the template for where this entry was created.
Implementation
ExpressionEntry({required this.syntax, required this.startPosition});