Expr.value constructor

const Expr.value(
  1. Value value
)

Implementation

const factory Expr.value(Value value) = ExprValue;