ValueUpdate<K extends Object, V> constructor

ValueUpdate<K extends Object, V>(
  1. K key,
  2. V value
)

Implementation

ValueUpdate(this.key, this.value);