calculatedValue property

FdcCalculatedFieldValue? calculatedValue
final

Optional expression used to derive this field from the current row.

Calculated fields are read-only to normal dataset writes and are non-persistent by default unless persistent explicitly overrides that.

Implementation

final FdcCalculatedFieldValue? calculatedValue;