ListDiffs<E>.ofOperations constructor

ListDiffs<E>.ofOperations(
  1. List<ListDiff<E>> operations,
  2. ListDiffArguments<E> args
)

Implementation

ListDiffs.ofOperations(this.operations, this.args) : super(operations);