merge property

bool? merge
final

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;