MapDiffs<K, V>.ofOperations constructor

MapDiffs<K, V>.ofOperations(
  1. List<MapDiff<K, V>> operations,
  2. MapDiffArguments<K, V> args
)

Implementation

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