Shortcut for creating a ValueExpr from the given value.
value
ValueExpr val(dynamic value, {bool retry = false}) => ValueExpr(value, retry: retry);