exists property
A value specifying whether or not the specified attribute must exist with
the specified value in order for the update condition to be satisfied.
Specify true
if the attribute must exist for the update
condition to be satisfied. Specify false
if the attribute
should not exist in order for the update condition to be satisfied.
Implementation
final bool? exists;