ExpressionReport constructor

ExpressionReport({
  1. List<ExpressionReport>? children,
  2. SourcePosition? sourcePosition,
  3. List<ValueCount>? values,
})

Implementation

ExpressionReport({
  this.children,
  this.sourcePosition,
  this.values,
});