MapDiffs<K, V>.args constructor

MapDiffs<K, V>.args(
  1. MapDiffArguments<K, V> args
)

Implementation

MapDiffs.args(MapDiffArguments<K, V> args)
    : this.ofOperations(<MapDiff<K, V>>[], args);