UpdateDiff<E> constructor

UpdateDiff<E>(
  1. SetDiffArguments<E> args,
  2. E oldValue,
  3. E newValue
)

Implementation

UpdateDiff(SetDiffArguments<E> args, this.oldValue, this.newValue)
    : super(args, SetDiffType.update);