merge property
Changes the behavior of a set() call to only replace the values specified in its data argument.
Fields omitted from the set() call remain untouched.
Implementation
final bool? merge;
Changes the behavior of a set() call to only replace the values specified in its data argument.
Fields omitted from the set() call remain untouched.
final bool? merge;