valueExpression property

Expr? valueExpression
getter/setter pair

The CEL expression for the value of the custom source property.

For resource properties, you can return the value of the property or a string enclosed in quotation marks.

Optional.

Implementation

Expr? valueExpression;