ExpressionEntry constructor

ExpressionEntry({
  1. required ExpressionSyntax syntax,
  2. 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});