SetDiff<E>.update constructor

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

Implementation

factory SetDiff.update(SetDiffArguments<E> args, E oldValue, E newValue) =>
    UpdateDiff(args, oldValue, newValue);