ValueExpr.empty constructor

const ValueExpr.empty({
  1. bool retry = false,
})

Creates an empty value expression.

Implementation

const ValueExpr.empty({this.retry = false}) : value = '';