newValue property

FieldValue? newValue
getter/setter pair

The value that is now set on the field.

If not present, the field was cleared. At least one of {old_value|new_value} is always set.

Implementation

FieldValue? newValue;